Searched refs:IsFastBlocked (Results 1 – 2 of 2) sorted by relevance
197 bool IsFastBlocked(int32_t uid);
1186 bool AudioServer::IsFastBlocked(int32_t uid) in IsFastBlocked() function in OHOS::AudioStandard::AudioServer1265 if (IsNormalIpcStream(config) || (isFastControlled_ && IsFastBlocked(config.appInfo.appUid))) { in CreateAudioStream()