Searched defs:audioStreamType (Results 1 – 9 of 9) sorted by relevance
158 std::unique_ptr<AudioRenderer> AudioRenderer::Create(AudioStreamType audioStreamType) in Create()164 std::unique_ptr<AudioRenderer> AudioRenderer::Create(AudioStreamType audioStreamType, const AppInfo… in Create()199 …AudioStreamType audioStreamType = IAudioStream::GetStreamType(rendererOptions.rendererInfo.content… in Create() local259 AudioRendererPrivate::AudioRendererPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo,… in AudioRendererPrivate()466 …AudioStreamType audioStreamType = IAudioStream::GetStreamType(rendererInfo_.contentType, rendererI… in SetParams() local502 const AudioStreamType &audioStreamType, IAudioStream::StreamClass &streamClass) in PrepareAudioStream()868 AudioStreamType audioStreamType = IAudioStream::GetStreamType(contentType, streamUsage); in SetAudioRendererDesc() local873 int32_t AudioRendererPrivate::SetStreamType(AudioStreamType audioStreamType) in SetStreamType()
70 std::unique_ptr<AudioCapturer> AudioCapturer::Create(AudioStreamType audioStreamType) in Create()76 std::unique_ptr<AudioCapturer> AudioCapturer::Create(AudioStreamType audioStreamType, const AppInfo… in Create()113 AudioStreamType audioStreamType = FindStreamTypeBySourceType(sourceType); in Create() local184 AudioCapturerPrivate::AudioCapturerPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo,… in AudioCapturerPrivate()
793 AudioStreamType audioStreamType = STREAM_DEFAULT; in PaGetAllSinkInputsCb() local847 AudioStreamType audioStreamType = STREAM_DEFAULT; in PaGetAllSourceOutputsCb() local
232 int32_t FastAudioStream::SetAudioStreamType(AudioStreamType audioStreamType) in SetAudioStreamType()
915 int32_t CapturerInClientInner::SetAudioStreamType(AudioStreamType audioStreamType) in SetAudioStreamType()
709 int32_t RendererInClientInner::SetAudioStreamType(AudioStreamType audioStreamType) in SetAudioStreamType()
2054 int32_t audioStreamType = type; in SetAudioStreamType() local
727 for (auto audioStreamType : GET_STREAM_ALL_VOLUME_TYPES) { in SetStreamMuteInternal() local799 for (auto audioStreamType : GET_STREAM_ALL_VOLUME_TYPES) { in SetSystemVolumeLevelInternal() local
1222 AudioStreamType audioStreamType = STREAM_MUSIC; variable