Searched defs:audioStreamType (Results 1 – 9 of 9) sorted by relevance
127 std::unique_ptr<AudioRenderer> AudioRenderer::Create(AudioStreamType audioStreamType) in Create()133 std::unique_ptr<AudioRenderer> AudioRenderer::Create(AudioStreamType audioStreamType, const AppInfo… in Create()168 …AudioStreamType audioStreamType = IAudioStream::GetStreamType(rendererOptions.rendererInfo.content… in Create() local225 AudioRendererPrivate::AudioRendererPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo,… in AudioRendererPrivate()432 …AudioStreamType audioStreamType = IAudioStream::GetStreamType(rendererInfo_.contentType, rendererI… in SetParams() local468 const AudioStreamType &audioStreamType, IAudioStream::StreamClass &streamClass) in PrepareAudioStream()832 AudioStreamType audioStreamType = IAudioStream::GetStreamType(contentType, streamUsage); in SetAudioRendererDesc() local837 int32_t AudioRendererPrivate::SetStreamType(AudioStreamType audioStreamType) in SetStreamType()
68 std::unique_ptr<AudioCapturer> AudioCapturer::Create(AudioStreamType audioStreamType) in Create()74 std::unique_ptr<AudioCapturer> AudioCapturer::Create(AudioStreamType audioStreamType, const AppInfo… in Create()111 AudioStreamType audioStreamType = FindStreamTypeBySourceType(sourceType); in Create() local182 AudioCapturerPrivate::AudioCapturerPrivate(AudioStreamType audioStreamType, const AppInfo &appInfo,… in AudioCapturerPrivate()
793 AudioStreamType audioStreamType = STREAM_DEFAULT; in PaGetAllSinkInputsCb() local847 AudioStreamType audioStreamType = STREAM_DEFAULT; in PaGetAllSourceOutputsCb() local
225 int32_t FastAudioStream::SetAudioStreamType(AudioStreamType audioStreamType) in SetAudioStreamType()
911 int32_t CapturerInClientInner::SetAudioStreamType(AudioStreamType audioStreamType) in SetAudioStreamType()
704 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