Searched defs:getpid_cached (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp25 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;

Completed in 35 milliseconds