Searched refs:MAX_COLD_START_LATENCY_MS (Results 1 – 1 of 1) sorted by relevance
68 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable129 if (MAX_COLD_START_LATENCY_MS <= UINT32_MAX - timeoutMs) { in on()130 timeoutMs += MAX_COLD_START_LATENCY_MS; in on()314 timeMs = mSimpleEffectDuration + MAX_COLD_START_LATENCY_MS; in getSimpleDetails()