Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp190 playerMap_[streamId_]->SetHapticsMode(hapticsMode_); in CreatePlayerWithOptions()
674 hapticsMode_ = ConvertToHapticsMode(settings.mode); in GetNewHapticSettings()
692 hapticsMode_ = HapticsMode::HAPTICS_MODE_SYNC; in GetCurrentHapticSettings()
733 it->first, configuredUri_.c_str(), it->second.c_str(), hapticsMode_); in InitHapticsSourceIds()
H A Dsystem_tone_player_impl.h88 HapticsMode hapticsMode_ = HapticsMode::HAPTICS_MODE_INVALID; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_player_impl.h76 HapticsMode hapticsMode_ = HapticsMode::HAPTICS_MODE_INVALID; variable
H A Daudio_haptic_player_impl.cpp295 return hapticsMode_; in GetHapticsMode()
302 hapticsMode_ = hapticsMode; in SetHapticsMode()