Lines Matching refs:totalDuration
512 uint16_t totalDuration = 0;
524 totalDuration += nextEffectDelay;
561 totalDuration += mEffectDurations[effectIndex];
576 totalDuration += delay;
1079 uint32_t totalDuration = 0;
1155 totalDuration += active.duration;
1195 totalDuration += braking.duration;
1211 totalDuration += MAX_COLD_START_LATENCY_MS;
1212 if (totalDuration > 0x7FFFF) {
1214 ALOGE("Total duration is too long (%d)!", totalDuration);
1218 mFfEffects[WAVEFORM_PWLE].replay.length = totalDuration;
1229 if (ch.updateWLength(totalDuration) < 0) {