Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp39 static constexpr int8_t MIN_RTP_INPUT = 0; variable
352 std::round((amplitude - 1) / 254.0 * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
/device/google/bramble/vibrator/drv2624/
DVibrator.cpp44 static constexpr int8_t MIN_RTP_INPUT = 0; variable
497 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp45 static constexpr int8_t MIN_RTP_INPUT = 0; variable
502 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp44 static constexpr int8_t MIN_RTP_INPUT = 0; variable
533 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()