Home
last modified time | relevance | path

Searched refs:CreateAudioHapticVibrator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_vibrator.h30 …static std::shared_ptr<AudioHapticVibrator> CreateAudioHapticVibrator(AudioHapticPlayer &audioHapt…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp75 std::shared_ptr<AudioHapticVibrator> AudioHapticVibrator::CreateAudioHapticVibrator( in CreateAudioHapticVibrator() function in OHOS::Media::AudioHapticVibrator
H A Daudio_haptic_player_impl.cpp110 audioHapticVibrator_ = AudioHapticVibrator::CreateAudioHapticVibrator(*this); in LoadPlayer()