Home
last modified time | relevance | path

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

/device/google/bonito/vibrator/
DVibrator.cpp49 static constexpr uint32_t VOLTAGE_MAX = 107; variable
76 mShortVoltageMax = property_get_int32("ro.vibrator.hal.short.voltage", VOLTAGE_MAX); in Vibrator()
77 mLongVoltageMax = property_get_int32("ro.vibrator.hal.long.voltage", VOLTAGE_MAX); in Vibrator()