Home
last modified time | relevance | path

Searched refs:VibrationType (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp33 const std::unordered_map<VibrationType, VibratorUsage> VIBRATOR_USAGE_MAP = {
34 {VibrationType::VIBRATION_RINGTONE, USAGE_RING},
37 const std::unordered_map<VibrationType, int32_t> LOOP_COUNT_MAP = {
39 {VibrationType::VIBRATION_RINGTONE, 10},
42 const std::unordered_map<VibrationType, std::string> EFFECT_ID_MAP = {
44 {VibrationType::VIBRATION_RINGTONE, "haptic.ringtone.Dream_It_Possible"},
152 VibrationType type = VibrationType::VIBRATION_RINGTONE; in StartVibrator()
/base/telephony/call_manager/services/audio/include/
H A Daudio_proxy.h40 enum class VibrationType { class

Completed in 1 milliseconds