Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp253 uint8_t flags, uint16_t nextEffectDelay) { in constructComposeSegment() argument
266 write(16, nextEffectDelay); /* delay */ in constructComposeSegment()
865 uint16_t nextEffectDelay; in compose() local
873 nextEffectDelay = composite.front().delayMs; in compose()
874 totalDuration += nextEffectDelay; in compose()
875 if (nextEffectDelay > COMPOSE_DELAY_MAX_MS || nextEffectDelay < 0) { in compose()
877 } else if (nextEffectDelay > 0) { in compose()
887 if (nextEffectDelay) { in compose()
889 nextEffectDelay /*delay*/); in compose()
920 nextEffectDelay = 0; in compose()
[all …]