Searched refs:IPCThreadState (Results 1 - 25 of 144) sorted by relevance

123456

/frameworks/base/libs/common_time/
H A Dmain.cpp25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/schedulerservice/
H A DSchedulingPolicyService.cpp23 #include <hwbinder/IPCThreadState.h>
33 using ::android::hardware::IPCThreadState;
35 return IPCThreadState::self()->getCallingUid() == AID_CAMERASERVER;
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
38 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp21 #include <binder/IPCThreadState.h>
46 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediaanalytics/
H A Dmain_mediametrics.cpp20 #include <binder/IPCThreadState.h>
47 IPCThreadState::self()->joinThreadPool();
/frameworks/av/services/mediadrm/
H A Dmain_mediadrmserver.cpp24 #include <binder/IPCThreadState.h>
42 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DJWakeLock.cpp23 #include <binder/IPCThreadState.h>
62 int64_t token = IPCThreadState::self()->clearCallingIdentity();
66 IPCThreadState::self()->restoreCallingIdentity(token);
91 int64_t token = IPCThreadState::self()->clearCallingIdentity();
93 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAWakeLock.cpp23 #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/native/libs/binder/
H A DIPCThreadState.cpp17 #define LOG_TAG "IPCThreadState"
19 #include <binder/IPCThreadState.h>
280 IPCThreadState* IPCThreadState::self()
285 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k);
287 return new IPCThreadState;
291 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
300 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
310 IPCThreadState* IPCThreadStat
736 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]
H A DBpBinder.cpp22 #include <binder/IPCThreadState.h>
112 trackedUid = IPCThreadState::self()->getCallingUid();
148 IPCThreadState::self()->incWeakHandle(handle, this);
214 status_t status = IPCThreadState::self()->transact(
245 IPCThreadState* self = IPCThreadState::self();
279 IPCThreadState* self = IPCThreadState::self();
304 IPCThreadState* self = IPCThreadState
[all...]
H A DStatic.cpp23 #include <binder/IPCThreadState.h>
87 IPCThreadState::shutdown();
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp61 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
63 IPCThreadState::self()->restoreCallingIdentity(identity);
70 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
72 IPCThreadState::self()->restoreCallingIdentity(identity);
80 int64_t identity = IPCThreadState::self()->clearCallingIdentity();
90 IPCThreadState::self()->restoreCallingIdentity(identity);
/frameworks/av/services/mediaextractor/
H A Dmain_extractorservice.cpp21 #include <binder/IPCThreadState.h>
75 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp21 #include <binder/IPCThreadState.h>
44 IPCThreadState::self()->disableBackgroundScheduling(true);
/frameworks/native/include/binder/
H A DBinderService.h26 #include <binder/IPCThreadState.h>
60 IPCThreadState::self()->joinThreadPool();
H A DIPCThreadState.h32 class IPCThreadState class in namespace:android
35 static IPCThreadState* self();
36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
93 IPCThreadState();
94 ~IPCThreadState();
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h26 #include <binder/IPCThreadState.h>
60 IPCThreadState::self()->joinThreadPool();
H A DIPCThreadState.h32 class IPCThreadState class in namespace:android
35 static IPCThreadState* self();
36 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
93 IPCThreadState();
94 ~IPCThreadState();
/frameworks/native/services/vr/virtual_touchpad/
H A Dmain.cpp1 #include <binder/IPCThreadState.h>
31 android::IPCThreadState::self()->joinThreadPool();
/frameworks/av/camera/cameraserver/
H A Dmain_cameraserver.cpp37 IPCThreadState::self()->joinThreadPool();
/frameworks/base/native/android/
H A Dlooper.cpp22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
59 IPCThreadState::self()->flushCommands();
70 IPCThreadState::self()->flushCommands();
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp23 #include <binder/IPCThreadState.h>
50 const IPCThreadState* ipc = IPCThreadState::self();
/frameworks/native/services/vr/hardware_composer/
H A Dvr_composer.cpp3 #include <binder/IPCThreadState.h>
11 const android::IPCThreadState* ipc = android::IPCThreadState::self();
H A Dvr_hardware_composer_service.cpp18 #include <hwbinder/IPCThreadState.h>
52 android::hardware::IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/utils/
H A DProcessInfo.cpp23 #include <binder/IPCThreadState.h>
57 int callingPid = IPCThreadState::self()->getCallingPid();

Completed in 234 milliseconds

123456