Searched refs:NotifyInterruptEvent (Results 1 – 9 of 9) sorted by relevance
45 void NotifyInterruptEvent(AudioStandard::InterruptEvent &interruptEvent);
49 void NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent);
305 void AudioHapticSoundNormalImpl::NotifyInterruptEvent(AudioStandard::InterruptEvent &interruptEvent) in NotifyInterruptEvent() function in OHOS::Media::AudioHapticSoundNormalImpl422 soundNormalImpl->NotifyInterruptEvent(interruptEvent); in HandleAudioInterruptEvent()
393 void AudioHapticPlayerImpl::NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEven… in NotifyInterruptEvent() function in OHOS::Media::AudioHapticPlayerImpl489 player->NotifyInterruptEvent(interruptEvent); in OnInterrupt()
37 void NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent);
458 void RingtonePlayerImpl::NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent) in NotifyInterruptEvent() function in OHOS::Media::RingtonePlayerImpl475 ringtonePlayerImpl_.NotifyInterruptEvent(interruptEvent); in OnInterrupt()
349 ringtonePlayerImpl_->NotifyInterruptEvent(interruptEvent);353 ringtonePlayerImpl_->NotifyInterruptEvent(interruptEvent);
46 …void NotifyInterruptEvent(const int32_t &streamId, const AudioStandard::InterruptEvent &interruptE…
531 void SystemTonePlayerImpl::NotifyInterruptEvent(const int32_t &streamId, in NotifyInterruptEvent() function in OHOS::Media::SystemTonePlayerImpl553 player->NotifyInterruptEvent(streamId_, interruptEvent); in OnInterrupt()