/system/libhwbinder/ |
D | IPCThreadState.cpp | 284 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 …]
|
D | BpHwBinder.cpp | 99 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/ |
D | output.txt | 3 #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/ |
D | output.txt | 3 #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/ |
D | IPCThreadState.h | 40 class IPCThreadState 43 static IPCThreadState* self(); 44 static IPCThreadState* selfOrNull(); // self(), but won't instantiate 112 IPCThreadState(); 113 ~IPCThreadState();
|
D | ProcessState.h | 37 class IPCThreadState; variable 89 friend class IPCThreadState; variable
|
/system/tools/aidl/tests/lazy_test/ |
D | ServerCb.cpp | 26 using android::IPCThreadState; 41 IPCThreadState::self()->joinThreadPool(); in main()
|
D | server.cpp | 10 using android::IPCThreadState; 24 IPCThreadState::self()->joinThreadPool(); in main()
|
D | main.cpp | 37 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/ |
D | gatekeeperd.cpp | 165 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/ |
D | main.cpp | 33 using ::android::IPCThreadState; 58 IPCThreadState::self()->joinThreadPool(); in main()
|
D | CredentialStore.cpp | 122 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/ |
D | main.cpp | 85 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/ |
D | hidl_test_servers.cpp | 39 using ::android::hardware::IPCThreadState; 45 IPCThreadState::shutdown(); in signal_handler_server()
|
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test.cpp | 47 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/ |
D | service.cpp | 47 using android::hardware::IPCThreadState; 75 IPCThreadState::self()->flushCommands(); in setupTo() 164 IPCThreadState::self()->setTheContextObject(service); in main()
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 116 return IPCThreadState::self()->getCallingUid(); in GetCallingUid() 120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
|
/system/libhidl/transport/ |
D | HidlBinderSupport.cpp | 283 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/ |
D | BinderUtil.h | 114 pid_t pid = android::IPCThreadState::self()->getCallingPid(); in checkAnyPermission() 115 uid_t uid = android::IPCThreadState::self()->getCallingUid(); in checkAnyPermission()
|
/system/netd/server/ |
D | main.cpp | 54 using android::IPCThreadState; 213 IPCThreadState::self()->joinThreadPool(); in main()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendHidl.cpp | 29 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()
|
D | SystemSuspendAidl.cpp | 27 return ::android::IPCThreadState::self()->getCallingPid(); in getCallingPid()
|
/system/gsid/ |
D | daemon.cpp | 74 android::IPCThreadState::self()->joinThreadPool(); in main()
|
/system/extras/partition_tools/ |
D | lpdumpd.cc | 75 IPCThreadState::self()->joinThreadPool(); in main()
|
/system/core/trusty/metrics/ |
D | metrics_test.cpp | 88 int rc = IPCThreadState::self()->setupPolling(&binder_fd); in TEST_F()
|