Home
last modified time | relevance | path

Searched refs:HapticSource (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_player.h65 struct HapticSource { struct
73 HapticSource hapticSource; argument
79 const std::string &audioUri, const HapticSource &hapticSource, in AudioHapticPlayerParam()
H A Daudio_haptic_vibrator.h32 …virtual int32_t PreLoad(const HapticSource &hapticSource, const AudioStandard::StreamUsage &stream…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.h36 …int32_t PreLoad(const HapticSource &hapticSource, const AudioStandard::StreamUsage &streamUsage) o…
63 HapticSource hapticSource_;
H A Daudio_haptic_manager_impl.h26 HapticSource hapticSource_;
31 AudioHapticPlayerInfo(const std::string &audioUri, const HapticSource &hapticSource, in AudioHapticPlayerInfo()
H A Daudio_haptic_manager_impl.cpp134 HapticSource sourceUri = {"", effectId}; in RegisterSourceWithEffectId()
159 HapticSource sourceUri = {hapticUriStr, ""}; in RegisterSource()
206 HapticSource source = audioHapticPlayerMap_[sourceId]->hapticSource_; in CheckAudioLatencyMode()
H A Daudio_haptic_player_impl.h71 HapticSource hapticSource_;
H A Daudio_haptic_vibrator_impl.cpp162 int32_t AudioHapticVibratorImpl::PreLoad(const HapticSource &hapticSource, in PreLoad()