Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp72 static constexpr int32_t COMPOSE_DELAY_MAX_MS = 10000; variable
205 *maxDelayMs = COMPOSE_DELAY_MAX_MS; in getCompositionDelayMax()
259 if (e.delayMs > COMPOSE_DELAY_MAX_MS) { in compose()