Searched refs:totalDuration (Results 1 – 4 of 4) sorted by relevance
228 uint64_t totalDuration = 0; in ProcessPowerTrackNtf() local229 totalDuration = in ProcessPowerTrackNtf()233 if (totalDuration == 0) return; in ProcessPowerTrackNtf()254 standbyTime = (totalDuration > activeTime) ? (totalDuration - activeTime) in ProcessPowerTrackNtf()255 : (activeTime - totalDuration); in ProcessPowerTrackNtf()264 activeTime = totalDuration > standbyTime ? (totalDuration - standbyTime) in ProcessPowerTrackNtf()265 : (standbyTime - totalDuration); in ProcessPowerTrackNtf()281 (unsigned long long)totalDuration); in ProcessPowerTrackNtf()
320 uint32_t totalDuration = 0; in composePwle() local357 totalDuration += active.duration; in composePwle()376 totalDuration += braking.duration; in composePwle()384 usleep(totalDuration * 1000); in composePwle()
711 uint32_t totalDuration = 0; in composePwle() local767 totalDuration += active.duration; in composePwle()786 totalDuration += braking.duration; in composePwle()804 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()
848 uint32_t totalDuration = 0; in composePwle() local885 totalDuration += active.duration; in composePwle()904 totalDuration += braking.duration; in composePwle()921 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()