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

/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp52 const IPCThreadState* ipc = IPCThreadState::self(); local
53 const int pid = ipc->getCallingPid();
54 const int uid = ipc->getCallingUid();
/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.cpp114 IPCThreadState* ipc = IPCThreadState::self(); local
120 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
126 ipc->flushCommands();
/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.cpp2552 IPCThreadState* ipc = IPCThreadState::self(); local
2553 const int pid = ipc->getCallingPid();
2554 const int uid = ipc->getCallingUid();
2936 IPCThreadState* ipc = IPCThreadState::self(); local
2937 const int pid = ipc->getCallingPid();
2938 const int uid = ipc->getCallingUid();
2950 IPCThreadState* ipc = IPCThreadState::self(); local
2951 const int pid = ipc->getCallingPid();
2952 const int uid = ipc->getCallingUid();
2967 IPCThreadState* ipc local
[all...]
H A DSurfaceFlinger_hwc1.cpp2568 IPCThreadState* ipc = IPCThreadState::self(); local
2569 const int pid = ipc->getCallingPid();
2570 const int uid = ipc->getCallingUid();
2950 IPCThreadState* ipc = IPCThreadState::self(); local
2951 const int pid = ipc->getCallingPid();
2952 const int uid = ipc->getCallingUid();
2964 IPCThreadState* ipc = IPCThreadState::self(); local
2965 const int pid = ipc->getCallingPid();
2966 const int uid = ipc->getCallingUid();
2981 IPCThreadState* ipc local
[all...]
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp721 const IPCThreadState* ipc = IPCThreadState::self(); local
722 const pid_t pid = ipc->getCallingPid();
723 const uid_t uid = ipc->getCallingUid();

Completed in 158 milliseconds