#include "LooperPrv.h"
#include <support/Autolock.h>
#include <support/StopWatch.h>
#include <support/Handler.h>
#include <support/INode.h>
#include <SysThread.h>
#include <SysThreadConcealed.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <syslog.h>
#include <ErrorMgr.h>
#include <support/CallStack.h>
#include <support_p/DebugLock.h>
#include <support_p/binder_module.h>
#include <support_p/RBinder.h>
Defines | |
#define | BINDER_VM_SIZE (8*1024*1024) |
#define | BUILD_TYPE_STRING "Debug" |
#define | CPU_TYPE_STRING "LINUX_X86" |
#define | DSHUTDOWN(x) |
#define | ioctl_binder(fd, op, ptr, size) ioctl(fd, op, ptr) |
#define | LOOPER_STACK_SIZE (8*1024) |
#define | SYSTEM_DIRECTORY "/opt/palmos" |
Functions | |
void | __initialize_looper_platform () |
void | __stop_looper_platform () |
void | __terminate_looper_platform () |
SContext | get_default_context () |
Old compatibility API. Use SContext::UserContext() instead. | |
SContext | get_system_context () |
Old compatibility API. Use SContext::SystemContext() instead. | |
SString | get_system_directory () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Old compatibility API. Use SContext::UserContext() instead.
|
|
Old compatibility API. Use SContext::SystemContext() instead.
|
|
|