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

123

/frameworks/base/services/common_time/
H A Dmain.cpp25 #include <binder/IPCThreadState.h>
40 IPCThreadState::self()->joinThreadPool();
H A Dcommon_time_server_api.cpp26 #include <binder/IPCThreadState.h>
298 IPCThreadState::self()->getCallingPid(),
299 IPCThreadState::self()->getCallingUid());
374 IPCThreadState::self()->getCallingPid(),
375 IPCThreadState::self()->getCallingUid());
/frameworks/native/libs/binder/
H A DStatic.cpp22 #include <binder/IPCThreadState.h>
41 IPCThreadState::shutdown();
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 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
636 IPCThreadState::IPCThreadState() function in class:android::IPCThreadState
[all...]
H A DPermissionCache.cpp21 #include <binder/IPCThreadState.h>
83 IPCThreadState* ipcState = IPCThreadState::self();
/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp17 #include <binder/IPCThreadState.h>
28 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
37 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
36 IPCThreadState::self()->joinThreadPool();
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp21 #include <binder/IPCThreadState.h>
44 IPCThreadState::self()->joinThreadPool();
/frameworks/base/native/android/
H A Dlooper.cpp22 #include <binder/IPCThreadState.h>
26 using android::IPCThreadState;
51 IPCThreadState::self()->flushCommands();
62 IPCThreadState::self()->flushCommands();
/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>
46 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
86 IPCThreadState();
87 ~IPCThreadState();
H A DProcessState.h35 class IPCThreadState;
76 friend class IPCThreadState;
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp88 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/base/cmds/system_server/
H A Dsystem_main.cpp12 #include <binder/IPCThreadState.h>
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp21 #include <binder/IPCThreadState.h>
64 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp21 #include <binder/IPCThreadState.h>
64 IPCThreadState::self()->joinThreadPool();
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp10 #include <binder/IPCThreadState.h>
91 IPCThreadState::self()->stopProcess();
105 IPCThreadState::self()->stopProcess();
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp11 #include <binder/IPCThreadState.h>
101 IPCThreadState::self()->joinThreadPool();
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp21 #include <binder/IPCThreadState.h>
104 IPCThreadState::self()->flushCommands();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp22 #include <binder/IPCThreadState.h>
478 int64_t token = IPCThreadState::self()->clearCallingIdentity();
482 IPCThreadState::self()->restoreCallingIdentity(token);
574 int64_t token = IPCThreadState::self()->clearCallingIdentity();
597 IPCThreadState::self()->restoreCallingIdentity(token);
648 int64_t token = IPCThreadState::self()->clearCallingIdentity();
657 IPCThreadState::self()->restoreCallingIdentity(token);
675 token = IPCThreadState::self()->clearCallingIdentity();
690 IPCThreadState::self()->restoreCallingIdentity(token);
713 int64_t token = IPCThreadState
[all...]
/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>
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp33 #include <binder/IPCThreadState.h>
270 IPCThreadState* thread_state = IPCThreadState::self();
724 return IPCThreadState::self()->getCallingPid();
729 return IPCThreadState::self()->getCallingUid();
734 return IPCThreadState::self()->clearCallingIdentity();
748 IPCThreadState::self()->restoreCallingIdentity(token);
753 IPCThreadState::self()->setStrictModePolicy(policyMask);
758 return IPCThreadState::self()->getStrictModePolicy();
763 IPCThreadState
[all...]

Completed in 419 milliseconds

123