Lines Matching refs:ipc
615 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
639 if (ipc) { in ~BpBinder()
640 ipc->expungeHandle(binderHandle(), this); in ~BpBinder()
641 ipc->decWeakHandle(binderHandle()); in ~BpBinder()
656 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
657 if (ipc) ipc->incStrongHandle(binderHandle(), this); in onFirstRef()
675 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
676 if (ipc) ipc->decStrongHandle(binderHandle()); in onLastStrongRef()
686 if (ipc) ipc->clearDeathNotification(binderHandle(), this); in onLastStrongRef()
712 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
713 return ipc ? ipc->attemptIncStrongHandle(binderHandle()) == NO_ERROR : false; in onIncStrongAttempted()