Home
last modified time | relevance | path

Searched refs:SetSwitchInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_plus_unit_test.cpp216 capturer->SetSwitchInfo(info, audioStream2); in HWTEST()
218 AUDIO_INFO_LOG("SetSwitchInfo"); in HWTEST()
219 capturer->SetSwitchInfo(info, capturer->audioStream_); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h126 void SetSwitchInfo(IAudioStream::SwitchInfo info, std::shared_ptr<IAudioStream> audioStream);
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h173 void SetSwitchInfo(IAudioStream::SwitchInfo info, std::shared_ptr<IAudioStream> audioStream);
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp1084 void AudioCapturerPrivate::SetSwitchInfo(IAudioStream::SwitchInfo info, std::shared_ptr<IAudioStream> audioStream) in SetSwitchInfo() function in OHOS::AudioStandard::AudioCapturerPrivate
1149 SetSwitchInfo(info, newAudioStream); in SwitchToTargetStream()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1412 void AudioRendererPrivate::SetSwitchInfo(IAudioStream::SwitchInfo info, std::shared_ptr<IAudioStream> audioStream) in SetSwitchInfo() function in OHOS::AudioStandard::AudioRendererPrivate
1518 SetSwitchInfo(info, newAudioStream); in SwitchToTargetStream()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp6910 * @tc.name : Test SetSwitchInfo
6912 * @tc.desc : Test SetSwitchInfo interface. if the renderPositionCb is nullptr, frameMarkPosition is 0.
6929 audioRendererPrivate->SetSwitchInfo(switchInfo, audioStream); in HWTEST()
6934 * @tc.name : Test SetSwitchInfo
6936 * @tc.desc : Test SetSwitchInfo interface. if the renderPositionCb is nullptr, frameMarkPosition is 1.
6953 audioRendererPrivate->SetSwitchInfo(switchInfo, audioStream); in HWTEST()
6958 * @tc.name : Test SetSwitchInfo
6960 * @tc.desc : Test SetSwitchInfo interface. if the renderPositionCb is not nullptr, frameMarkPosition is 0.
6983 audioRendererPrivate->SetSwitchInfo(switchInfo, audioStream); in HWTEST()
6988 * @tc.name : Test SetSwitchInfo
[all...]

Completed in 20 milliseconds