Searched refs:MAX_COLD_START_LATENCY_MS (Results 1 – 2 of 2) sorted by relevance
56 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable765 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()
89 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable386 EXPECT_CALL(*mMockApi, setFFEffect(_, _, duration + MAX_COLD_START_LATENCY_MS)) in TEST_F()