Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp262 if (segmentIdx > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateNSection()
288 if (segmentCount > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateWCount()
DDspMemChunk.h63 static constexpr int32_t COMPOSE_SIZE_MAX = 254; variable
DVibrator.cpp479 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
516 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp28 static constexpr int32_t COMPOSE_SIZE_MAX = 256; variable
129 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
161 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp90 static constexpr int32_t COMPOSE_SIZE_MAX = 127; variable
449 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()
495 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()