Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp79 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
349 if (MAX_COLD_START_LATENCY_MS <= UINT32_MAX - timeoutMs) { in on()
350 timeoutMs += MAX_COLD_START_LATENCY_MS; in on()
1020 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()
1134 timeMs = mEffectDurations[effectIndex] + MAX_COLD_START_LATENCY_MS; in getSimpleDetails()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp89 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
506 duration = EFFECT_DURATIONS[index] + MAX_COLD_START_LATENCY_MS; in TEST_P()
511 duration = std::get<1>(queue->second) + MAX_COLD_START_LATENCY_MS * 2 + in TEST_P()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp61 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
619 if (MAX_COLD_START_LATENCY_MS <= MAX_TIME_MS - timeoutMs) { in on()
620 timeoutMs += MAX_COLD_START_LATENCY_MS; in on()
1430 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()
1670 timeMs = mEffectDurations[effectIndex] + MAX_COLD_START_LATENCY_MS; in getSimpleDetails()
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp90 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
413 EXPECT_CALL(*mMockApi, setFFEffect(_, duration + MAX_COLD_START_LATENCY_MS)) in TEST_F()