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

  /frameworks/av/services/audioflinger/
ServiceUtilities.h 21 extern pid_t getpid_cached;
ServiceUtilities.cpp 37 pid_t getpid_cached; member in namespace:android
53 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
109 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
125 if (getpid_cached == IPCThreadState::self()->getCallingPid()) return true;
AudioFlinger.cpp 193 getpid_cached = getpid();
980 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && caller != getpid_cached) {
    [all...]
Tracks.cpp 534 (mClient == 0) ? getpid_cached : mClient->pid(),
    [all...]
Effects.cpp     [all...]
Threads.cpp     [all...]

Completed in 817 milliseconds