HomeSort by relevance Sort by last modified time
    Searched refs:time_slope (Results 1 - 2 of 2) sorted by null

  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h 101 float time_slope; member in class:CwMcuSensor
CwMcuSensor.cpp 212 time_slope = 1;
216 ALOGV("Sync: time_slope was not estimated yet\n");
217 time_slope = 1;
220 time_slope = (float)(cpu_current_time - last_cpu_sync_time) /
229 ALOGV("Sync: time_offset = %" PRId64 ", time_slope = %f\n", time_offset, time_slope);
264 , time_slope(1)
    [all...]

Completed in 49 milliseconds