Home
last modified time | relevance | path

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

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