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

1 2 3 4

  /frameworks/base/services/common_time/
main.cpp 25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 17 #include <binder/IPCThreadState.h>
29 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
38 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
54 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 20 #include <binder/IPCThreadState.h>
36 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/native/android/
looper.cpp 22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
51 IPCThreadState::self()->flushCommands();
62 IPCThreadState::self()->flushCommands();
  /frameworks/av/services/medialog/
MediaLogService.cpp 31 if (IPCThreadState::self()->getCallingUid() != AID_MEDIA || shared == 0 ||
44 if (IPCThreadState::self()->getCallingUid() != AID_MEDIA || shared == 0) {
61 if (!(IPCThreadState::self()->getCallingUid() == AID_MEDIA ||
64 IPCThreadState::self()->getCallingPid(),
65 IPCThreadState::self()->getCallingUid());
  /frameworks/native/libs/binder/
IPCThreadState.cpp 17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
299 IPCThreadState* IPCThreadState::self()
304 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
306 return new IPCThreadState;
323 IPCThreadState* IPCThreadState::selfOrNull()
327 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k)
    [all...]
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...]
Static.cpp 23 #include <binder/IPCThreadState.h>
87 IPCThreadState::shutdown();
PermissionCache.cpp 21 #include <binder/IPCThreadState.h>
83 IPCThreadState* ipcState = IPCThreadState::self();
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 21 #include <binder/IPCThreadState.h>
57 IPCThreadState::self()->joinThreadPool();
  /frameworks/native/include/binder/
BinderService.h 26 #include <binder/IPCThreadState.h>
58 IPCThreadState::self()->joinThreadPool();
IPCThreadState.h 32 class IPCThreadState
35 static IPCThreadState* self();
36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
88 IPCThreadState();
89 ~IPCThreadState();
ProcessState.h 35 class IPCThreadState;
77 friend class IPCThreadState;
  /frameworks/native/services/sensorservice/
BatteryService.cpp 88 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
90 IPCThreadState::self()->restoreCallingIdentity(identity);
97 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
99 IPCThreadState::self()->restoreCallingIdentity(identity);
107 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
116 IPCThreadState::self()->restoreCallingIdentity(identity);
  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 21 #include <binder/IPCThreadState.h>
65 IPCThreadState::self()->joinThreadPool();
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 23 #include <binder/IPCThreadState.h>
Client.cpp 21 #include <binder/IPCThreadState.h>
92 IPCThreadState* ipc = IPCThreadState::self();
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 19 #include <binder/IPCThreadState.h>
61 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 36 #include <binder/IPCThreadState.h>
332 int64_t token = IPCThreadState::self()->clearCallingIdentity();
337 IPCThreadState::self()->restoreCallingIdentity(token);
350 int64_t token = IPCThreadState::self()->clearCallingIdentity();
352 IPCThreadState::self()->restoreCallingIdentity(token);
  /system/core/healthd/
healthd.cpp 28 #include <binder/IPCThreadState.h>
180 IPCThreadState::self()->disableBackgroundScheduling(true);
181 IPCThreadState::self()->setupPolling(&binder_fd);
185 IPCThreadState::self()->handlePolledCommands();
238 IPCThreadState::self()->flushCommands();
  /frameworks/base/cmds/app_process/
app_main.cpp 11 #include <binder/IPCThreadState.h>
95 IPCThreadState::self()->stopProcess();
112 IPCThreadState::self()->stopProcess();
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 27 #include <binder/IPCThreadState.h>
86 IPCThreadState* ipc = IPCThreadState::self();
  /hardware/qcom/display/msm8974/libqservice/
IQService.cpp 27 #include <binder/IPCThreadState.h>
86 IPCThreadState* ipc = IPCThreadState::self();
  /hardware/qcom/display/msm8x26/libqservice/
IQService.cpp 27 #include <binder/IPCThreadState.h>
86 IPCThreadState* ipc = IPCThreadState::self();
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 24 #include <binder/IPCThreadState.h>
133 IPCThreadState::self()->joinThreadPool();

Completed in 1254 milliseconds

1 2 3 4