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

1 2 3 4 5

  /frameworks/base/libs/common_time/
main.cpp 25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
  /system/core/healthd/
healthd_mode_android.cpp 22 #include <binder/IPCThreadState.h>
41 IPCThreadState::self()->flushCommands();
46 IPCThreadState::self()->handlePolledCommands();
51 IPCThreadState::self()->disableBackgroundScheduling(true);
52 IPCThreadState::self()->setupPolling(&gBinderFd);
BatteryPropertiesRegistrar.cpp 21 #include <binder/IPCThreadState.h>
80 IPCThreadState* self = IPCThreadState::self();
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 20 #include <binder/IPCThreadState.h>
36 IPCThreadState::self()->joinThreadPool();
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 19 #include <binder/IPCThreadState.h>
49 IPCThreadState::self()->joinThreadPool();
  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 24 #include <binder/IPCThreadState.h>
61 int64_t token = IPCThreadState::self()->clearCallingIdentity();
65 IPCThreadState::self()->restoreCallingIdentity(token);
90 int64_t token = IPCThreadState::self()->clearCallingIdentity();
92 IPCThreadState::self()->restoreCallingIdentity(token);
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 18 #include <binder/IPCThreadState.h>
46 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
56 const uid_t uid = IPCThreadState::self()->getCallingUid();
101 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
118 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
  /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>
280 IPCThreadState* IPCThreadState::self()
285 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
287 return new IPCThreadState;
304 IPCThreadState* IPCThreadState::selfOrNull()
308 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();
229 IPCThreadState* self = IPCThreadState::self();
254 IPCThreadState* self = IPCThreadState::self();
315 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/native/services/sensorservice/
BatteryService.cpp 66 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
68 IPCThreadState::self()->restoreCallingIdentity(identity);
75 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
77 IPCThreadState::self()->restoreCallingIdentity(identity);
85 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
94 IPCThreadState::self()->restoreCallingIdentity(identity);
  /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
92 IPCThreadState();
93 ~IPCThreadState();
ProcessState.h 32 class IPCThreadState;
68 friend class IPCThreadState;
  /system/core/fingerprintd/
fingerprintd.cpp 22 #include <binder/IPCThreadState.h>
52 android::IPCThreadState::self()->joinThreadPool();
  /frameworks/base/native/android/
looper.cpp 22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
59 IPCThreadState::self()->flushCommands();
70 IPCThreadState::self()->flushCommands();
  /frameworks/native/services/inputflinger/host/
InputFlinger.cpp 28 #include <binder/IPCThreadState.h>
52 const IPCThreadState* ipc = IPCThreadState::self();
  /hardware/qcom/display/msm8226/libqservice/
QService.cpp 32 #include <binder/IPCThreadState.h>
60 IPCThreadState* ipc = IPCThreadState::self();
  /hardware/qcom/display/msm8994/libqservice/
QService.cpp 32 #include <binder/IPCThreadState.h>
60 IPCThreadState* ipc = IPCThreadState::self();
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 21 #include <binder/IPCThreadState.h>
  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 21 #include <binder/IPCThreadState.h>
65 IPCThreadState::self()->joinThreadPool();
  /system/core/gatekeeperd/
gatekeeperd.cpp 30 #include <binder/IPCThreadState.h>
136 IPCThreadState* ipc = IPCThreadState::self();
201 IPCThreadState* ipc = IPCThreadState::self();
285 IPCThreadState* ipc = IPCThreadState::self();
300 IPCThreadState* ipc = IPCThreadState::self();
349 android::IPCThreadState::self()->joinThreadPool()
    [all...]
  /frameworks/native/libs/input/
IInputFlinger.cpp 21 #include <binder/IPCThreadState.h>

Completed in 254 milliseconds

1 2 3 4 5