Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp162 uint8_t repeat, uint8_t flags, uint16_t nextEffectDelay) { in constructComposeSegment() argument
163 VFTRACE(effectVolLevel, effectIndex, repeat, flags, nextEffectDelay); in constructComposeSegment()
176 write(16, nextEffectDelay); /* delay */ in constructComposeSegment()
DVibrator.cpp511 uint16_t nextEffectDelay; in compose() local
523 nextEffectDelay = composite.front().delayMs; in compose()
524 totalDuration += nextEffectDelay; in compose()
525 if (nextEffectDelay > COMPOSE_DELAY_MAX_MS || nextEffectDelay < 0) { in compose()
526 ALOGE("%s: Invalid delay %u", __func__, nextEffectDelay); in compose()
529 } else if (nextEffectDelay > 0) { in compose()
539 if (nextEffectDelay) { in compose()
541 nextEffectDelay /*delay*/); in compose()
565 nextEffectDelay = 0; in compose()
575 nextEffectDelay = delay; in compose()
[all …]
DDspMemChunk.h77 uint8_t flags, uint16_t nextEffectDelay);