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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp95 const int self_pid = getpid(); local
96 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != 0)) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1276 const int self_pid = getpid(); local
1277 if (pid != self_pid) {

Completed in 74 milliseconds