Home
last modified time | relevance | path

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

/device/google/wahoo/vibrator/
DVibrator.cpp40 static constexpr int8_t MIN_RTP_INPUT = 0; variable
150 std::round((amplitude - 1) / 254.0 * (MAX_RTP_INPUT - MIN_RTP_INPUT) + in setAmplitude()
151 MIN_RTP_INPUT); in setAmplitude()
/device/google/bonito/vibrator/
DVibrator.cpp39 static constexpr int8_t MIN_RTP_INPUT = 0; variable
141 std::round((amplitude - 1) / 254.0 * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()