Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp122 static constexpr float RAMP_DOWN_CONSTANT = 1048.576f; variable
1462 const auto ramp_down_coefficient = static_cast<uint32_t>(RAMP_DOWN_CONSTANT / seconds); in setPwleRampDown()