Searched defs:self_pid (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DClient.cpp94 const int self_pid = getpid(); local
95 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != 0)) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp686 const int self_pid = getpid(); local
687 if (pid != self_pid) {

Completed in 86 milliseconds