Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp1034 std::shared_ptr<AudioManagerInterruptCallbackImpl> cbInterrupt = in SetAudioManagerInterruptCallback() local
1036 CHECK_AND_RETURN_RET_LOG(cbInterrupt != nullptr, ERROR, "cbInterrupt is nullptr"); in SetAudioManagerInterruptCallback()
1037 cbInterrupt->SaveCallback(callback); in SetAudioManagerInterruptCallback()
/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()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp564 std::shared_ptr<AudioRendererInterruptCallbackImpl> cbInterrupt = in SetRendererCallback() local
566 cbInterrupt->SaveCallback(callback); in SetRendererCallback()

Completed in 10 milliseconds