HomeSort by relevance Sort by last modified time
    Searched refs:self_pid (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
Client.cpp 94 const int self_pid = getpid(); local
95 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != 0)) {
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 686 const int self_pid = getpid(); local
687 if (pid != self_pid) {
    [all...]

Completed in 277 milliseconds