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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp97 const int self_pid = getpid(); local
98 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != 0)) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp305 const int self_pid = getpid(); local
306 if (pid != self_pid) {

Completed in 54 milliseconds