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

  /frameworks/av/services/audioflinger/
ServiceUtilities.h 21 extern pid_t getpid_cached;
ServiceUtilities.cpp 26 pid_t getpid_cached; member in namespace:android
29 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
38 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
Tracks.cpp 500 (mClient == 0) ? getpid_cached : mClient->pid(),
    [all...]
Threads.cpp     [all...]
AudioFlinger.cpp 146 getpid_cached = getpid();
    [all...]
Effects.cpp     [all...]

Completed in 1802 milliseconds