Home
last modified time | relevance | path

Searched refs:NotifyErrorEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h42 void NotifyErrorEvent(int32_t errorCode);
H A Daudio_haptic_sound_normal_impl.h43 void NotifyErrorEvent(int32_t errorCode);
H A Daudio_haptic_sound_low_latency_impl.cpp280 void AudioHapticSoundLowLatencyImpl::NotifyErrorEvent(int32_t errorCode) in NotifyErrorEvent() function in OHOS::Media::AudioHapticSoundLowLatencyImpl
357 soundLowLatencyImpl->NotifyErrorEvent(errorCode); in OnError()
H A Daudio_haptic_player_impl.h51 void NotifyErrorEvent(int32_t errCode);
H A Daudio_haptic_sound_normal_impl.cpp276 void AudioHapticSoundNormalImpl::NotifyErrorEvent(int32_t errorCode) in NotifyErrorEvent() function in OHOS::Media::AudioHapticSoundNormalImpl
341 soundNormalImpl->NotifyErrorEvent(errorCode); in OnError()
H A Daudio_haptic_player_impl.cpp436 void AudioHapticPlayerImpl::NotifyErrorEvent(int32_t errCode) in NotifyErrorEvent() function in OHOS::Media::AudioHapticPlayerImpl
478 player->NotifyErrorEvent(errorCode); in OnError()