Searched refs:MAX_COLD_START_LATENCY_MS (Results 1 – 4 of 4) sorted by relevance
79 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable349 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()
89 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable506 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()
61 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable619 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()
90 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable413 EXPECT_CALL(*mMockApi, setFFEffect(_, duration + MAX_COLD_START_LATENCY_MS)) in TEST_F()