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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp92 IPCThreadState* ipc = IPCThreadState::self(); local
93 const int pid = ipc->getCallingPid();
94 const int uid = ipc->getCallingUid();
H A DSurfaceFlinger.cpp2397 IPCThreadState* ipc = IPCThreadState::self(); local
2398 const int pid = ipc->getCallingPid();
2399 const int uid = ipc->getCallingUid();
2743 IPCThreadState* ipc = IPCThreadState::self(); local
2744 const int pid = ipc->getCallingPid();
2745 const int uid = ipc->getCallingUid();
2757 IPCThreadState* ipc = IPCThreadState::self(); local
2758 const int pid = ipc->getCallingPid();
2759 const int uid = ipc->getCallingUid();
2774 IPCThreadState* ipc local
[all...]
/frameworks/native/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.cpp113 IPCThreadState* ipc = IPCThreadState::self(); local
119 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
125 ipc->flushCommands();

Completed in 61 milliseconds