Home
last modified time | relevance | path

Searched refs:ReleaseAudioStream (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp48 ReleaseAudioStream(false); in ~FastAudioStream()
118 ReleaseAudioStream(false); in SetAudioStreamInfo()
562 bool FastAudioStream::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() function in OHOS::AudioStandard::FastAudioStream
H A Dcapturer_in_client.cpp141 bool ReleaseAudioStream(bool releaseRunner = true, bool isSwitchStream = false) override;
377 CapturerInClientInner::ReleaseAudioStream(true); in ~CapturerInClientInner()
1432 bool CapturerInClientInner::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() function in OHOS::AudioStandard::CapturerInClientInner
H A Drenderer_in_client.cpp94 RendererInClientInner::ReleaseAudioStream(true); in ~RendererInClientInner()
1365 bool RendererInClientInner::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() function in OHOS::AudioStandard::RendererInClientInner
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h131 bool ReleaseAudioStream(bool releaseRunner = true, bool isSwitchStream = false) override;
H A Di_audio_stream.h192 virtual bool ReleaseAudioStream(bool releaseRunner = true, bool destroyAtOnce = false) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp59 audioStream_->ReleaseAudioStream(true); in ~AudioCapturerPrivate()
638 return audioStream_->ReleaseAudioStream(); in Release()
1147 switchResult = audioStream_->ReleaseAudioStream(); in SwitchToTargetStream()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h149 bool ReleaseAudioStream(bool releaseRunner = true, bool isSwitchStream = false) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp801 bool result = audioStream_->ReleaseAudioStream(); in Release()
1458 switchResult = audioStream_->ReleaseAudioStream(true, true); in SwitchToTargetStream()