Searched refs:cbInterrupt (Results 1 – 3 of 3) sorted by relevance
1029 std::shared_ptr<AudioManagerInterruptCallbackImpl> cbInterrupt = in SetAudioManagerInterruptCallback() local1031 CHECK_AND_RETURN_RET_LOG(cbInterrupt != nullptr, ERROR, "cbInterrupt is nullptr"); in SetAudioManagerInterruptCallback()1032 cbInterrupt->SaveCallback(callback); in SetAudioManagerInterruptCallback()
430 std::shared_ptr<AudioCapturerInterruptCallbackImpl> cbInterrupt = in SetCapturerCallback() local432 cbInterrupt->SaveCallback(callback); in SetCapturerCallback()
539 std::shared_ptr<AudioRendererInterruptCallbackImpl> cbInterrupt = in SetRendererCallback() local541 cbInterrupt->SaveCallback(callback); in SetRendererCallback()