Home
last modified time | relevance | path

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

/device/google/coral/vibrator/
DVibrator.cpp68 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby variable
129 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()