Lines Matching refs:ipc
391 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
413 if (ipc) { in ~BpBinder()
414 ipc->expungeHandle(mHandle, this); in ~BpBinder()
415 ipc->decWeakHandle(mHandle); in ~BpBinder()
422 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
423 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef()
432 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
433 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
443 if (ipc) ipc->clearDeathNotification(mHandle, this); in onLastStrongRef()
459 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
460 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()