Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp79 static constexpr int32_t COMPOSE_SIZE_MAX = 127; variable
386 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
426 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp62 static constexpr int32_t COMPOSE_SIZE_MAX = 254; variable
477 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
512 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose()