Home
last modified time | relevance | path

Searched refs:NotifyInterruptEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_normal_impl.h45 void NotifyInterruptEvent(AudioStandard::InterruptEvent &interruptEvent);
H A Daudio_haptic_player_impl.h49 void NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent);
H A Daudio_haptic_sound_normal_impl.cpp305 void AudioHapticSoundNormalImpl::NotifyInterruptEvent(AudioStandard::InterruptEvent &interruptEvent) in NotifyInterruptEvent() function in OHOS::Media::AudioHapticSoundNormalImpl
422 soundNormalImpl->NotifyInterruptEvent(interruptEvent); in HandleAudioInterruptEvent()
H A Daudio_haptic_player_impl.cpp393 void AudioHapticPlayerImpl::NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEven… in NotifyInterruptEvent() function in OHOS::Media::AudioHapticPlayerImpl
489 player->NotifyInterruptEvent(interruptEvent); in OnInterrupt()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.h37 void NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent);
H A Dringtone_player_impl.cpp458 void RingtonePlayerImpl::NotifyInterruptEvent(const AudioStandard::InterruptEvent &interruptEvent) in NotifyInterruptEvent() function in OHOS::Media::RingtonePlayerImpl
475 ringtonePlayerImpl_.NotifyInterruptEvent(interruptEvent); in OnInterrupt()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/ringtone_player_test/src/
H A Dringtone_player_unit_test.cpp349 ringtonePlayerImpl_->NotifyInterruptEvent(interruptEvent);
353 ringtonePlayerImpl_->NotifyInterruptEvent(interruptEvent);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.h46 …void NotifyInterruptEvent(const int32_t &streamId, const AudioStandard::InterruptEvent &interruptE…
H A Dsystem_tone_player_impl.cpp531 void SystemTonePlayerImpl::NotifyInterruptEvent(const int32_t &streamId, in NotifyInterruptEvent() function in OHOS::Media::SystemTonePlayerImpl
553 player->NotifyInterruptEvent(streamId_, interruptEvent); in OnInterrupt()