Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp43 const std::unordered_map<VibrationType, int32_t> LOOP_COUNT_MAP = { variable
62 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp36 const std::unordered_map<VibrationType, int32_t> LOOP_COUNT_MAP = { variable
155 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()