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

/frameworks/base/libs/surfaceflinger_client/
H A DISurfaceComposerClient.cpp159 const int self_pid = getpid(); local
160 if (UNLIKELY(pid != self_pid && uid != AID_GRAPHICS)) {
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp208 const int self_pid = getpid(); local
209 if (pid != self_pid) {

Completed in 655 milliseconds