Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClient.cpp129 const int self_pid = getpid(); in onTransact() local
134 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != AID_SYSTEM && uid != 0) in onTransact()