Home
last modified time | relevance | path

Searched refs:IPCThreadState (Results 1 – 25 of 51) sorted by relevance

123

/system/libhwbinder/
DIPCThreadState.cpp284 IPCThreadState* IPCThreadState::self() in self()
289 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in self()
291 return new IPCThreadState; in self()
315 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull()
319 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in selfOrNull()
325 void IPCThreadState::shutdown() in shutdown()
331 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
341 sp<ProcessState> IPCThreadState::process() in process()
346 status_t IPCThreadState::clearLastError() in clearLastError()
353 pid_t IPCThreadState::getCallingPid() const in getCallingPid()
[all …]
DBpHwBinder.cpp99 IPCThreadState::self()->incWeakHandle(handle, this); in BpHwBinder()
107 status_t status = IPCThreadState::self()->transact( in transact()
143 IPCThreadState* self = IPCThreadState::self(); in linkToDeath()
177 IPCThreadState* self = IPCThreadState::self(); in unlinkToDeath()
202 IPCThreadState* self = IPCThreadState::self(); in sendObituary()
270 IPCThreadState* ipc = IPCThreadState::self(); in ~BpHwBinder()
281 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef()
291 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef()
321 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted()
/system/unwinding/libunwindstack/offline_files/empty_arm64/
Doutput.txt3 #02 pc 0000000000050ce4 libbinder.so (android::IPCThreadState::talkWithDriver(bool)+308)
4 #03 pc 0000000000050e98 libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
5 #04 pc 00000000000516ac libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
/system/unwinding/libunwindstack/offline_files/debug_frame_load_bias_arm/
Doutput.txt3 #02 pc 00039535 libbinder.so (android::IPCThreadState::talkWithDriver(bool)+204)
4 #03 pc 00039633 libbinder.so (android::IPCThreadState::getAndExecuteCommand()+10)
5 #04 pc 00039b57 libbinder.so (android::IPCThreadState::joinThreadPool(bool)+38)
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h40 class IPCThreadState
43 static IPCThreadState* self();
44 static IPCThreadState* selfOrNull(); // self(), but won't instantiate
112 IPCThreadState();
113 ~IPCThreadState();
DProcessState.h37 class IPCThreadState; variable
89 friend class IPCThreadState; variable
/system/tools/aidl/tests/lazy_test/
DServerCb.cpp26 using android::IPCThreadState;
41 IPCThreadState::self()->joinThreadPool(); in main()
Dserver.cpp10 using android::IPCThreadState;
24 IPCThreadState::self()->joinThreadPool(); in main()
Dmain.cpp37 using ::android::IPCThreadState;
83 IPCThreadState::self()->flushCommands(); in TearDown()
96 IPCThreadState::self()->flushCommands(); in TEST_F()
114 IPCThreadState::self()->flushCommands(); in testWithTimes()
191 IPCThreadState::self()->flushCommands(); in TEST_F()
216 IPCThreadState::self()->flushCommands(); in TEST_F()
/system/core/gatekeeperd/
Dgatekeeperd.cpp165 IPCThreadState* ipc = IPCThreadState::self(); in enroll()
253 IPCThreadState* ipc = IPCThreadState::self(); in verifyChallenge()
348 IPCThreadState* ipc = IPCThreadState::self(); in clearSecureUserId()
365 IPCThreadState* ipc = IPCThreadState::self(); in reportDeviceSetupComplete()
378 IPCThreadState* ipc = IPCThreadState::self(); in dump()
428 android::IPCThreadState::self()->joinThreadPool(); in main()
/system/security/identity/
Dmain.cpp33 using ::android::IPCThreadState;
58 IPCThreadState::self()->joinThreadPool(); in main()
DCredentialStore.cpp122 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in createCredential()
166 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in getCredentialCommon()
218 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in setRemotelyProvisionedAttestationKey()
/system/connectivity/wificond/
Dmain.cpp85 android::IPCThreadState::self()->disableBackgroundScheduling(true); in SetupBinderOrCrash()
86 int err = android::IPCThreadState::self()->setupPolling(&binder_fd); in SetupBinderOrCrash()
103 android::IPCThreadState::self()->handlePolledCommands(); in OnBinderReadReady()
/system/tools/hidl/test/hidl_test/
Dhidl_test_servers.cpp39 using ::android::hardware::IPCThreadState;
45 IPCThreadState::shutdown(); in signal_handler_server()
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp47 using ::android::hardware::IPCThreadState;
104 IPCThreadState::self()->flushCommands(); in TearDown()
122 IPCThreadState::self()->flushCommands(); in TEST_F()
145 IPCThreadState::self()->flushCommands(); in testWithTimes()
205 IPCThreadState::self()->flushCommands(); in TEST_F()
/system/hwservicemanager/
Dservice.cpp47 using android::hardware::IPCThreadState;
75 IPCThreadState::self()->flushCommands(); in setupTo()
164 IPCThreadState::self()->setTheContextObject(service); in main()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc116 return IPCThreadState::self()->getCallingUid(); in GetCallingUid()
120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
/system/libhidl/transport/
DHidlBinderSupport.cpp283 IPCThreadState::self()->joinThreadPool(); in joinBinderRpcThreadpool()
288 int err = IPCThreadState::self()->setupPolling(&fd); in setupBinderPolling()
296 return IPCThreadState::self()->handlePolledCommands(); in handleBinderPoll()
300 IPCThreadState::self()->addPostCommandTask(task); in addPostCommandTask()
/system/netd/include/binder_utils/
DBinderUtil.h114 pid_t pid = android::IPCThreadState::self()->getCallingPid(); in checkAnyPermission()
115 uid_t uid = android::IPCThreadState::self()->getCallingUid(); in checkAnyPermission()
/system/netd/server/
Dmain.cpp54 using android::IPCThreadState;
213 IPCThreadState::self()->joinThreadPool(); in main()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendHidl.cpp29 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()
DSystemSuspendAidl.cpp27 return ::android::IPCThreadState::self()->getCallingPid(); in getCallingPid()
/system/gsid/
Ddaemon.cpp74 android::IPCThreadState::self()->joinThreadPool(); in main()
/system/extras/partition_tools/
Dlpdumpd.cc75 IPCThreadState::self()->joinThreadPool(); in main()
/system/core/trusty/metrics/
Dmetrics_test.cpp88 int rc = IPCThreadState::self()->setupPolling(&binder_fd); in TEST_F()

123