Home
last modified time | relevance | path

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

/device/google/marlin/vibrator/
DVibrator.cpp38 static constexpr int MAX_VOLTAGE = 3596; variable
77 std::lround((amplitude - 1) / 254.0 * (MAX_VOLTAGE - MIN_VOLTAGE) + MIN_VOLTAGE); in setAmplitude()