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

/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.cpp118 IPCThreadState* ipc = IPCThreadState::self(); local
124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
130 ipc->flushCommands();
/frameworks/native/services/surfaceflinger/
H A DClient.cpp94 IPCThreadState* ipc = IPCThreadState::self(); local
95 const int pid = ipc->getCallingPid();
96 const int uid = ipc->getCallingUid();
H A DSurfaceFlinger.cpp2425 IPCThreadState* ipc = IPCThreadState::self(); local
2426 const int pid = ipc->getCallingPid();
2427 const int uid = ipc->getCallingUid();
2439 IPCThreadState* ipc = IPCThreadState::self(); local
2440 const int pid = ipc->getCallingPid();
2441 const int uid = ipc->getCallingUid();
2456 IPCThreadState* ipc = IPCThreadState::self(); local
2457 const int pid = ipc->getCallingPid();
2458 const int uid = ipc->getCallingUid();

Completed in 108 milliseconds