Searched defs:ipc (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/binder/
H A DBpBinder.cpp316 IPCThreadState* ipc = IPCThreadState::self(); local
321 if (ipc) ipc->clearDeathNotification(mHandle, this);
333 if (ipc) {
334 ipc->expungeHandle(mHandle, this);
335 ipc->decWeakHandle(mHandle);
342 IPCThreadState* ipc = IPCThreadState::self(); local
343 if (ipc) ipc->incStrongHandle(mHandle);
352 IPCThreadState* ipc local
359 IPCThreadState* ipc = IPCThreadState::self(); local
[all...]
H A DProcessState.cpp117 IPCThreadState* ipc = IPCThreadState::self(); local
123 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
129 ipc->flushCommands();

Completed in 27 milliseconds