Home | History | Annotate | Download | only in binder

Lines Matching refs:ipc

110         // do the IPC without a lock held.
316 IPCThreadState* ipc = IPCThreadState::self();
321 if (ipc) ipc->clearDeathNotification(mHandle, this);
333 if (ipc) {
334 ipc->expungeHandle(mHandle, this);
335 ipc->decWeakHandle(mHandle);
342 IPCThreadState* ipc = IPCThreadState::self();
343 if (ipc) ipc->incStrongHandle(mHandle);
352 IPCThreadState* ipc = IPCThreadState::self();
353 if (ipc) ipc->decStrongHandle(mHandle);
359 IPCThreadState* ipc = IPCThreadState::self();
360 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false;