Searched refs:AudioRendererInterruptCallbackImpl (Results 1 – 2 of 2) sorted by relevance
539 std::shared_ptr<AudioRendererInterruptCallbackImpl> cbInterrupt = in SetRendererCallback()540 std::static_pointer_cast<AudioRendererInterruptCallbackImpl>(audioInterruptCallback_); in SetRendererCallback()906 AudioRendererInterruptCallbackImpl::AudioRendererInterruptCallbackImpl(const std::shared_ptr<IAudio… in AudioRendererInterruptCallbackImpl() function in OHOS::AudioStandard::AudioRendererInterruptCallbackImpl913 AudioRendererInterruptCallbackImpl::~AudioRendererInterruptCallbackImpl() in ~AudioRendererInterruptCallbackImpl()918 void AudioRendererInterruptCallbackImpl::SaveCallback(const std::weak_ptr<AudioRendererCallback> &c… in SaveCallback()929 void AudioRendererInterruptCallbackImpl::NotifyEvent(const InterruptEvent &interruptEvent) in NotifyEvent()941 bool AudioRendererInterruptCallbackImpl::HandleForceDucking(const InterruptEventInternal &interrupt… in HandleForceDucking()1009 void AudioRendererInterruptCallbackImpl::NotifyForcedEvent(const InterruptEventInternal &interruptE… in NotifyForcedEvent()1016 void AudioRendererInterruptCallbackImpl::OnInterrupt(const InterruptEventInternal &interruptEvent) in OnInterrupt()1410 std::shared_ptr<AudioRendererInterruptCallbackImpl> interruptCbImpl = in UpdateRendererAudioStream()[all …]
239 class AudioRendererInterruptCallbackImpl : public AudioInterruptCallback {241 explicit AudioRendererInterruptCallbackImpl(const std::shared_ptr<IAudioStream> &audioStream,243 virtual ~AudioRendererInterruptCallbackImpl();