HomeSort by relevance Sort by last modified time
    Searched refs:IPCThreadState (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/libs/binder/
Static.cpp 22 #include <binder/IPCThreadState.h>
41 IPCThreadState::shutdown();
BpBinder.cpp 22 #include <binder/IPCThreadState.h>
98 IPCThreadState::self()->incWeakHandle(handle);
164 status_t status = IPCThreadState::self()->transact(
195 IPCThreadState* self = IPCThreadState::self();
230 IPCThreadState* self = IPCThreadState::self();
255 IPCThreadState* self = IPCThreadState::self();
316 IPCThreadState* ipc = IPCThreadState::self()
    [all...]
Permission.cpp 19 #include <binder/IPCThreadState.h>
54 IPCThreadState* ipcState = IPCThreadState::self();
IPCThreadState.cpp 17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
297 IPCThreadState* IPCThreadState::self()
302 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
304 return new IPCThreadState;
321 void IPCThreadState::shutdown()
327 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS)
    [all...]
Android.mk 21 IPCThreadState.cpp \
ProcessState.cpp 25 #include <binder/IPCThreadState.h>
69 IPCThreadState::self()->joinThreadPool(mIsMain);
129 IPCThreadState* ipc = IPCThreadState::self();
  /frameworks/base/native/android/
looper.cpp 22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
51 IPCThreadState::self()->flushCommands();
62 IPCThreadState::self()->flushCommands();
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 21 #include <binder/IPCThreadState.h>
59 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/include/binder/
BinderService.h 26 #include <binder/IPCThreadState.h>
47 IPCThreadState::self()->joinThreadPool();
IPCThreadState.h 32 class IPCThreadState
35 static IPCThreadState* self();
85 IPCThreadState();
86 ~IPCThreadState();
ProcessState.h 35 class IPCThreadState;
78 friend class IPCThreadState;
  /frameworks/base/media/mediaserver/
main_mediaserver.cpp 23 #include <binder/IPCThreadState.h>
46 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/system_server/library/
system_init.cpp 11 #include <binder/IPCThreadState.h>
112 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/services/surfaceflinger/tests/resize/
resize.cpp 5 #include <binder/IPCThreadState.h>
59 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/services/surfaceflinger/tests/surface/
surface.cpp 5 #include <binder/IPCThreadState.h>
52 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/media/libstagefright/
CameraSource.cpp 22 #include <binder/IPCThreadState.h>
134 int64_t token = IPCThreadState::self()->clearCallingIdentity();
136 IPCThreadState::self()->restoreCallingIdentity(token);
191 int64_t token = IPCThreadState::self()->clearCallingIdentity();
194 IPCThreadState::self()->restoreCallingIdentity(token);
206 int64_t token = IPCThreadState::self()->clearCallingIdentity();
216 IPCThreadState::self()->restoreCallingIdentity(token);
243 int64_t token = IPCThreadState::self()->clearCallingIdentity();
245 IPCThreadState::self()->restoreCallingIdentity(token);
  /frameworks/base/cmds/app_process/
app_main.cpp 10 #include <binder/IPCThreadState.h>
74 IPCThreadState::self()->stopProcess();
92 IPCThreadState::self()->stopProcess();
  /frameworks/base/cmds/system_server/
system_main.cpp 12 #include <binder/IPCThreadState.h>
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 19 #include <binder/IPCThreadState.h>
61 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 76 int uid = IPCThreadState::self()->getCallingUid();
77 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
79 IPCThreadState::self()->restoreCallingIdentity(identity);
84 int uid = IPCThreadState::self()->getCallingUid();
85 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
87 IPCThreadState::self()->restoreCallingIdentity(identity);
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 24 #include <binder/IPCThreadState.h>
117 IPCThreadState::self()->flushCommands();
126 IPCThreadState::self()->flushCommands();
  /frameworks/base/services/surfaceflinger/tests/overlays/
overlays.cpp 1 #include <binder/IPCThreadState.h>
  /frameworks/base/services/surfaceflinger/tests/screencap/
screencap.cpp 19 #include <binder/IPCThreadState.h>
  /frameworks/base/media/libmedia/
mediametadataretriever.cpp 22 #include <binder/IPCThreadState.h>
78 IPCThreadState::self()->flushCommands();
IMediaDeathNotifier.cpp 22 #include <binder/IPCThreadState.h>

Completed in 291 milliseconds

1 2 3