Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp1102 int64_t event_mcu_diff = (event_mcu_time - last_mcu_timestamp[id]); in readEvents() local
1103 int64_t event_cpu_diff = event_mcu_diff * time_slope; in readEvents()