Home
last modified time | relevance | path

Searched refs:releaseRunner (Results 1 – 6 of 6) sorted by relevance

/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/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/services/audio_service/client/src/
H A Dcapturer_in_client.cpp141 bool ReleaseAudioStream(bool releaseRunner = true, bool isSwitchStream = false) override;
1432 bool CapturerInClientInner::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() argument
1453 if (releaseRunner && callbackHandler_ != nullptr) { in ReleaseAudioStream()
H A Dfast_audio_stream.cpp562 bool FastAudioStream::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() argument
H A Drenderer_in_client.cpp1365 bool RendererInClientInner::ReleaseAudioStream(bool releaseRunner, bool isSwitchStream) in ReleaseAudioStream() argument
1386 if (releaseRunner && callbackHandler_ != nullptr) { in ReleaseAudioStream()