Home
last modified time | relevance | path

Searched refs:ResetStopState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_vibrator.h34 virtual void ResetStopState() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.h39 void ResetStopState() override;
H A Daudio_haptic_vibrator_impl.cpp237 void AudioHapticVibratorImpl::ResetStopState() in ResetStopState() function in OHOS::Media::AudioHapticVibratorImpl
H A Daudio_haptic_player_impl.cpp387 audioHapticVibrator_->ResetStopState(); in ResetVibrateState()