Searched refs:ipc (Results 1 – 8 of 8) 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 …]
129 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local135 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()141 ipc->flushCommands(); in getContextObject()
156 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local157 const int pid = ipc->getCallingPid(); in onTransact()158 const int uid = ipc->getCallingUid(); in onTransact()
463 int bufferCount, const SetBufferCountCallback& ipc) in setBufferCount() argument474 status_t err = ipc(bufferCount); in setBufferCount()
852 } ipc(s); in setBufferCount() local854 status_t err = mSharedBufferClient->setBufferCount(bufferCount, ipc); in setBufferCount()
603 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local604 const int pid = ipc->getCallingPid(); in onTransact()605 const int uid = ipc->getCallingUid(); in onTransact()
1519 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local1520 const int pid = ipc->getCallingPid(); in onTransact()1521 const int uid = ipc->getCallingUid(); in onTransact()1532 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local1533 const int pid = ipc->getCallingPid(); in onTransact()1534 const int uid = ipc->getCallingUid(); in onTransact()1548 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local1549 const int pid = ipc->getCallingPid(); in onTransact()1550 const int uid = ipc->getCallingUid(); in onTransact()
218 status_t setBufferCount(int bufferCount, const SetBufferCountCallback& ipc);