Searched defs:ipc (Results 1 - 10 of 10) sorted by path

/frameworks/av/media/libmediametrics/
H A DIMediaAnalyticsService.cpp120 IPCThreadState *ipc = IPCThreadState::self(); local
121 int clientPid = ipc->getCallingPid();
/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.cpp127 IPCThreadState* ipc = IPCThreadState::self(); local
133 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
139 ipc->flushCommands();
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp748 const IPCThreadState* ipc = IPCThreadState::self(); local
749 const pid_t pid = ipc->getCallingPid();
750 const uid_t uid = ipc->getCallingUid();
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp50 const IPCThreadState* ipc = IPCThreadState::self(); local
51 const int pid = ipc->getCallingPid();
52 const int uid = ipc->getCallingUid();
/frameworks/native/services/surfaceflinger/
H A DClient.cpp112 IPCThreadState* ipc = IPCThreadState::self(); local
113 const int pid = ipc->getCallingPid();
114 const int uid = ipc->getCallingUid();
H A DSurfaceFlinger.cpp3282 IPCThreadState* ipc = IPCThreadState::self(); local
3283 const int pid = ipc->getCallingPid();
3284 const int uid = ipc->getCallingUid();
3762 IPCThreadState* ipc = IPCThreadState::self(); local
3763 const int pid = ipc->getCallingPid();
3764 const int uid = ipc->getCallingUid();
3786 IPCThreadState* ipc = IPCThreadState::self(); local
3787 const int pid = ipc->getCallingPid();
3788 const int uid = ipc->getCallingUid();
3812 IPCThreadState* ipc local
[all...]
H A DSurfaceFlinger_hwc1.cpp2943 IPCThreadState* ipc = IPCThreadState::self(); local
2944 const int pid = ipc->getCallingPid();
2945 const int uid = ipc->getCallingUid();
3371 IPCThreadState* ipc = IPCThreadState::self(); local
3372 const int pid = ipc->getCallingPid();
3373 const int uid = ipc->getCallingUid();
3396 IPCThreadState* ipc = IPCThreadState::self(); local
3397 const int pid = ipc->getCallingPid();
3398 const int uid = ipc->getCallingUid();
3413 IPCThreadState* ipc local
[all...]
/frameworks/native/services/vr/hardware_composer/
H A Dvr_composer.cpp11 const android::IPCThreadState* ipc = android::IPCThreadState::self(); local
12 const pid_t pid = ipc->getCallingPid();
13 const uid_t uid = ipc->getCallingUid();
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadService.cpp93 const android::IPCThreadState* ipc = android::IPCThreadState::self(); local
94 const pid_t pid = ipc->getCallingPid();
95 const uid_t uid = ipc->getCallingUid();
123 const android::IPCThreadState* ipc = android::IPCThreadState::self(); local
124 *out_pid = ipc->getCallingPid();
125 const uid_t uid = ipc->getCallingUid();

Completed in 242 milliseconds