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

  /frameworks/av/services/audioflinger/
ServiceUtilities.h 21 extern const pid_t getpid_cached;
ServiceUtilities.cpp 25 const pid_t getpid_cached = getpid(); member in namespace:android
28 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
37 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
AudioFlinger.cpp     [all...]

Completed in 561 milliseconds