Home
last modified time | relevance | path

Searched refs:cbInterrupt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp1029 std::shared_ptr<AudioManagerInterruptCallbackImpl> cbInterrupt = in SetAudioManagerInterruptCallback() local
1031 CHECK_AND_RETURN_RET_LOG(cbInterrupt != nullptr, ERROR, "cbInterrupt is nullptr"); in SetAudioManagerInterruptCallback()
1032 cbInterrupt->SaveCallback(callback); in SetAudioManagerInterruptCallback()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp430 std::shared_ptr<AudioCapturerInterruptCallbackImpl> cbInterrupt = in SetCapturerCallback() local
432 cbInterrupt->SaveCallback(callback); in SetCapturerCallback()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp539 std::shared_ptr<AudioRendererInterruptCallbackImpl> cbInterrupt = in SetRendererCallback() local
541 cbInterrupt->SaveCallback(callback); in SetRendererCallback()