Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp56 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
765 if (MAX_COLD_START_LATENCY_MS <= MAX_TIME_MS - timeoutMs) { in on()
766 timeoutMs += MAX_COLD_START_LATENCY_MS; in on()
1348 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()
1533 timeMs = mEffectDurations[effectIndex] + MAX_COLD_START_LATENCY_MS; in getSimpleDetails()
/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp89 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
386 EXPECT_CALL(*mMockApi, setFFEffect(_, _, duration + MAX_COLD_START_LATENCY_MS)) in TEST_F()