Home
last modified time | relevance | path

Searched refs:EnableVoiceModemCommunicationStartStream (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h931 virtual void EnableVoiceModemCommunicationStartStream(bool enable) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp434 audioRenderer_->EnableVoiceModemCommunicationStartStream(true); in InitAudioRenderer()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h143 void EnableVoiceModemCommunicationStartStream(bool enable) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1853 void AudioRendererPrivate::EnableVoiceModemCommunicationStartStream(bool enable) in EnableVoiceModemCommunicationStartStream() function in OHOS::AudioStandard::AudioRendererPrivate