Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/utils/
DNfccPowerTracker.cpp228 uint64_t totalDuration = 0; in ProcessPowerTrackNtf() local
229 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()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp320 uint32_t totalDuration = 0; in composePwle() local
357 totalDuration += active.duration; in composePwle()
376 totalDuration += braking.duration; in composePwle()
384 usleep(totalDuration * 1000); in composePwle()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp711 uint32_t totalDuration = 0; in composePwle() local
767 totalDuration += active.duration; in composePwle()
786 totalDuration += braking.duration; in composePwle()
804 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp848 uint32_t totalDuration = 0; in composePwle() local
885 totalDuration += active.duration; in composePwle()
904 totalDuration += braking.duration; in composePwle()
921 totalDuration += MAX_COLD_START_LATENCY_MS; in composePwle()