Home
last modified time | relevance | path

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

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