Searched refs:ipc (Results 1 – 4 of 4) sorted by relevance
316 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local321 if (ipc) ipc->clearDeathNotification(mHandle, this); in ~BpBinder()333 if (ipc) { in ~BpBinder()334 ipc->expungeHandle(mHandle, this); in ~BpBinder()335 ipc->decWeakHandle(mHandle); in ~BpBinder()342 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local343 if (ipc) ipc->incStrongHandle(mHandle); in onFirstRef()352 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local353 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()359 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local[all …]
118 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()130 ipc->flushCommands(); in getContextObject()
92 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local93 const int pid = ipc->getCallingPid(); in onTransact()94 const int uid = ipc->getCallingUid(); in onTransact()
2303 IPCThreadState* ipc = IPCThreadState::self(); in dump() local2304 const int pid = ipc->getCallingPid(); in dump()2305 const int uid = ipc->getCallingUid(); in dump()2636 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local2637 const int pid = ipc->getCallingPid(); in onTransact()2638 const int uid = ipc->getCallingUid(); in onTransact()2650 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local2651 const int pid = ipc->getCallingPid(); in onTransact()2652 const int uid = ipc->getCallingUid(); in onTransact()2667 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local[all …]