Searched refs:isAudioServerUid (Results 1 – 4 of 4) sorted by relevance
70 android::isAudioServerUid(uid); in LLVMFuzzerTestOneInput()
52 static inline bool isAudioServerUid(uid_t uid) { in isAudioServerUid() function
274 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in settingsAllowed()289 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in modifyAudioRoutingAllowed()304 if (isAudioServerUid(IPCThreadState::self()->getCallingUid())) return true; in modifyDefaultAudioEffectsAllowed()
1532 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && !isAudioServerUid(callerUid)) { in checkStreamType()1769 if (isAudioServerUid(callingUid)) { in filterReservedParameters()3546 ALOGW_IF(!isAudioServerUid(callerUid), in releaseAudioSessionId()4169 && !isAudioServerUid(callingUid)) { in createEffect()