Searched refs:IsStreamSupported (Results 1 – 8 of 8) sorted by relevance
40 int (*IsStreamSupported)(int mode, member
63 int ret = operator_->IsStreamSupported(static_cast<int>(mode), meta, si, &type); in IsStreamsSupported()
111 static bool IsStreamSupported(int32_t streamFlags, const AudioStreamParams ¶ms);
171 bool IAudioStream::IsStreamSupported(int32_t streamFlags, const AudioStreamParams ¶ms) in IsStreamSupported() function in OHOS::AudioStandard::IAudioStream
235 …if (flag == AUDIO_FLAG_MMAP && IAudioStream::IsStreamSupported(capturerInfo_.originalFlag, audioSt… in GetPreferredStreamClass()
1079 bool IsStreamSupported(AudioStreamType streamType);
364 !IAudioStream::IsStreamSupported(rendererInfo_.originalFlag, audioStreamParams)) { in GetPreferredStreamClass()
8533 if (IsStreamSupported(streamType)) { in StreamVolumesDump()8552 bool AudioPolicyService::IsStreamSupported(AudioStreamType streamType) in IsStreamSupported() function in OHOS::AudioStandard::AudioPolicyService