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

1234

/frameworks/base/libs/common_time/
H A Dmain.cpp25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
36 IPCThreadState::self()->joinThreadPool();
H A DDrmManagerService.cpp27 #include <binder/IPCThreadState.h>
40 IPCThreadState* ipcState = IPCThreadState::self();
291 IPCThreadState::self()->getCallingPid(),
292 IPCThreadState::self()->getCallingUid());
/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp17 #include <binder/IPCThreadState.h>
29 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
38 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
61 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp24 #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/medialog/
H A DMediaLogService.cpp31 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/
H A DIPCThreadState.cpp17 #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* s
683 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]
H A DBpBinder.cpp22 #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* ip
[all...]
H A DStatic.cpp23 #include <binder/IPCThreadState.h>
87 IPCThreadState::shutdown();
H A DPermissionCache.cpp21 #include <binder/IPCThreadState.h>
83 IPCThreadState* ipcState = IPCThreadState::self();
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp66 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/base/cmds/bootanimation/
H A Dbootanimation_main.cpp21 #include <binder/IPCThreadState.h>
57 IPCThreadState::self()->joinThreadPool();
/frameworks/native/include/binder/
H A DBinderService.h26 #include <binder/IPCThreadState.h>
58 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
88 IPCThreadState();
89 ~IPCThreadState();
H A DProcessState.h30 class IPCThreadState;
66 friend class IPCThreadState;
/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/surfaceflinger/
H A Dmain_surfaceflinger.cpp23 #include <binder/IPCThreadState.h>
H A DClient.cpp21 #include <binder/IPCThreadState.h>
92 IPCThreadState* ipc = IPCThreadState::self();
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp21 #include <binder/IPCThreadState.h>
65 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp37 #include <binder/IPCThreadState.h>
337 int64_t token = IPCThreadState::self()->clearCallingIdentity();
342 IPCThreadState::self()->restoreCallingIdentity(token);
365 int64_t token = IPCThreadState::self()->clearCallingIdentity();
367 IPCThreadState::self()->restoreCallingIdentity(token);
H A DCameraSource.cpp24 #include <binder/IPCThreadState.h>
498 int64_t token = IPCThreadState::self()->clearCallingIdentity();
502 IPCThreadState::self()->restoreCallingIdentity(token);
597 int64_t token = IPCThreadState::self()->clearCallingIdentity();
628 IPCThreadState::self()->restoreCallingIdentity(token);
692 int64_t token = IPCThreadState::self()->clearCallingIdentity();
699 IPCThreadState::self()->restoreCallingIdentity(token);
723 token = IPCThreadState::self()->clearCallingIdentity();
737 IPCThreadState::self()->restoreCallingIdentity(token);
764 int64_t token = IPCThreadState
[all...]
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp24 #include <binder/IPCThreadState.h>
135 IPCThreadState::self()->joinThreadPool();
/frameworks/av/camera/
H A DICameraServiceListener.cpp22 #include <binder/IPCThreadState.h>
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp20 #include <binder/IPCThreadState.h>
/frameworks/native/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp19 #include <binder/IPCThreadState.h>

Completed in 400 milliseconds

1234