Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp316 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
321 if (ipc) ipc->clearDeathNotification(mHandle, this); in ~BpBinder()
333 if (ipc) { in ~BpBinder()
334 ipc->expungeHandle(mHandle, this); in ~BpBinder()
335 ipc->decWeakHandle(mHandle); in ~BpBinder()
342 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
343 if (ipc) ipc->incStrongHandle(mHandle); in onFirstRef()
352 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
353 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
359 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
[all …]
DProcessState.cpp118 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local
124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()
130 ipc->flushCommands(); in getContextObject()
/frameworks/native/services/surfaceflinger/
DClient.cpp92 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
93 const int pid = ipc->getCallingPid(); in onTransact()
94 const int uid = ipc->getCallingUid(); in onTransact()
DSurfaceFlinger.cpp2303 IPCThreadState* ipc = IPCThreadState::self(); in dump() local
2304 const int pid = ipc->getCallingPid(); in dump()
2305 const int uid = ipc->getCallingUid(); in dump()
2636 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
2637 const int pid = ipc->getCallingPid(); in onTransact()
2638 const int uid = ipc->getCallingUid(); in onTransact()
2650 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
2651 const int pid = ipc->getCallingPid(); in onTransact()
2652 const int uid = ipc->getCallingUid(); in onTransact()
2667 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
[all …]