Home
last modified time | relevance | path

Searched refs:OpenHapticFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.h51 int32_t OpenHapticFile(const std::string &hapticUri);
H A Daudio_haptic_vibrator_impl.cpp110 int32_t AudioHapticVibratorImpl::OpenHapticFile(const std::string &hapticUri) in OpenHapticFile() function in OHOS::Media::AudioHapticVibratorImpl
194 if (OpenHapticFile(hapticSource.hapticUri) != MSERR_OK) { in PreLoad()