Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp65 static constexpr int32_t COMPOSE_SIZE_MAX = 254; variable
345 if (segmentIdx > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateNSection()
834 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
868 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose()