Searched refs:MEDIA_SERVICE_UID (Results 1 – 6 of 6) sorted by relevance
205 static constexpr int32_t MEDIA_SERVICE_UID = 1013;
966 … CHECK_AND_RETURN_RET_LOG(callerUid == MEDIA_SERVICE_UID, ERR_PERMISSION_DENIED, "No permission"); in NotifyCapturerAdded()1610 if (callerUid != MEDIA_SERVICE_UID) { in RegisterTracker()1639 if (callerUid != MEDIA_SERVICE_UID) { in UpdateTracker()1672 if (callerUid != MEDIA_SERVICE_UID) { in FetchOutputDeviceForTrack()1689 if (callerUid != MEDIA_SERVICE_UID) { in FetchInputDeviceForTrack()
40 static const int32_t MEDIA_SERVICE_UID = 1013; variable992 if (callingUid != MEDIA_SERVICE_UID) { in IsExceedingMaxStreamCntPerUid()
515 if (IPCSkeleton::GetCallingUid() == MEDIA_SERVICE_UID && CheckAndPrintStacktrace(key) == true) { in GetAudioParameter()1032 } else if (config.callerUid == MEDIA_SERVICE_UID || config.callerUid == VASSISTANT_UID) { in ResetRecordConfig()1262 if (callingUid != MEDIA_SERVICE_UID) { in CreateAudioStream()
486 static constexpr int32_t MEDIA_SERVICE_UID = 1013; variable
71 static constexpr int32_t MEDIA_SERVICE_UID = 1013; variable1665 if (gServerProxy_ == nullptr && getuid() == MEDIA_SERVICE_UID) { in WriteInner()