Home
last modified time | relevance | path

Searched refs:isAudioServerUid (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/utils/
DServiceUtilities.cpp172 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in settingsAllowed()
186 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in modifyAudioRoutingAllowed()
200 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in modifyDefaultAudioEffectsAllowed()
/frameworks/av/media/utils/include/mediautils/
DServiceUtilities.h46 static inline bool isAudioServerUid(uid_t uid) { in isAudioServerUid() function
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1338 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && !isAudioServerUid(callerUid)) { in checkStreamType()
1484 if (isAudioServerUid(callingUid)) { in filterReservedParameters()
3048 ALOGW_IF(!isAudioServerUid(callerUid), in releaseAudioSessionId()
3479 if (!isAudioServerUid(callingUid)) { in createEffect()