Home
last modified time | relevance | path

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

/frameworks/base/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.cpp129 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local
135 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()
141 ipc->flushCommands(); in getContextObject()
/frameworks/base/libs/surfaceflinger_client/
DISurfaceComposerClient.cpp156 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
157 const int pid = ipc->getCallingPid(); in onTransact()
158 const int uid = ipc->getCallingUid(); in onTransact()
DSharedBufferStack.cpp463 int bufferCount, const SetBufferCountCallback& ipc) in setBufferCount() argument
474 status_t err = ipc(bufferCount); in setBufferCount()
DSurface.cpp852 } ipc(s); in setBufferCount() local
854 status_t err = mSharedBufferClient->setBufferCount(bufferCount, ipc); in setBufferCount()
/frameworks/base/services/surfaceflinger/
DLayerBase.cpp603 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
604 const int pid = ipc->getCallingPid(); in onTransact()
605 const int uid = ipc->getCallingUid(); in onTransact()
DSurfaceFlinger.cpp1519 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
1520 const int pid = ipc->getCallingPid(); in onTransact()
1521 const int uid = ipc->getCallingUid(); in onTransact()
1532 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
1533 const int pid = ipc->getCallingPid(); in onTransact()
1534 const int uid = ipc->getCallingUid(); in onTransact()
1548 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
1549 const int pid = ipc->getCallingPid(); in onTransact()
1550 const int uid = ipc->getCallingUid(); in onTransact()
/frameworks/base/include/private/surfaceflinger/
DSharedBufferStack.h218 status_t setBufferCount(int bufferCount, const SetBufferCountCallback& ipc);