HomeSort by relevance Sort by last modified time
    Searched refs:IPCThreadState (Results 1 - 25 of 69) 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...]
IPCThreadState.cpp 17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
298 IPCThreadState* IPCThreadState::self()
303 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
305 return new IPCThreadState;
322 IPCThreadState* IPCThreadState::selfOrNull()
326 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k)
    [all...]
PermissionCache.cpp 21 #include <binder/IPCThreadState.h>
83 IPCThreadState* ipcState = IPCThreadState::self();
ProcessState.cpp 25 #include <binder/IPCThreadState.h>
67 IPCThreadState::self()->joinThreadPool(mIsMain);
117 IPCThreadState* ipc = IPCThreadState::self();
Android.mk 22 IPCThreadState.cpp \
  /frameworks/base/drm/drmserver/
main_drmserver.cpp 21 #include <binder/IPCThreadState.h>
38 IPCThreadState::self()->joinThreadPool();
DrmManagerService.cpp 27 #include <binder/IPCThreadState.h>
42 IPCThreadState* ipcState = IPCThreadState::self();
268 IPCThreadState::self()->getCallingPid(),
269 IPCThreadState::self()->getCallingUid());
  /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();
36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
86 IPCThreadState();
87 ~IPCThreadState();
ProcessState.h 35 class IPCThreadState;
74 friend class IPCThreadState;
  /frameworks/base/media/mediaserver/
main_mediaserver.cpp 23 #include <binder/IPCThreadState.h>
46 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/system_server/
system_main.cpp 12 #include <binder/IPCThreadState.h>
  /frameworks/base/services/surfaceflinger/tests/resize/
resize.cpp 21 #include <binder/IPCThreadState.h>
65 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/services/surfaceflinger/tests/surface/
surface.cpp 21 #include <binder/IPCThreadState.h>
65 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/app_process/
app_main.cpp 10 #include <binder/IPCThreadState.h>
91 IPCThreadState::self()->stopProcess();
105 IPCThreadState::self()->stopProcess();
  /frameworks/base/cmds/system_server/library/
system_init.cpp 11 #include <binder/IPCThreadState.h>
105 IPCThreadState::self()->joinThreadPool();
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 19 #include <binder/IPCThreadState.h>
61 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 24 #include <binder/IPCThreadState.h>
117 IPCThreadState::self()->flushCommands();
126 IPCThreadState::self()->flushCommands();
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 77 int uid = IPCThreadState::self()->getCallingUid();
78 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
80 IPCThreadState::self()->restoreCallingIdentity(identity);
85 int uid = IPCThreadState::self()->getCallingUid();
86 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
88 IPCThreadState::self()->restoreCallingIdentity(identity);
  /frameworks/base/media/libstagefright/
CameraSource.cpp 22 #include <binder/IPCThreadState.h>
473 int64_t token = IPCThreadState::self()->clearCallingIdentity();
477 IPCThreadState::self()->restoreCallingIdentity(token);
565 int64_t token = IPCThreadState::self()->clearCallingIdentity();
575 IPCThreadState::self()->restoreCallingIdentity(token);
617 int64_t token = IPCThreadState::self()->clearCallingIdentity();
626 IPCThreadState::self()->restoreCallingIdentity(token);
644 token = IPCThreadState::self()->clearCallingIdentity();
659 IPCThreadState::self()->restoreCallingIdentity(token);
682 int64_t token = IPCThreadState::self()->clearCallingIdentity()
    [all...]
  /frameworks/base/drm/common/
IDrmServiceListener.cpp 20 #include <binder/IPCThreadState.h>
  /frameworks/base/services/surfaceflinger/tests/screencap/
screencap.cpp 19 #include <binder/IPCThreadState.h>

Completed in 425 milliseconds

1 2 3