Home
last modified time | relevance | path

Searched defs:start_time (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.h70 uint64_t start_time; // [micro-seconds] member
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h46 uint64_t start_time; member
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp531 SteadyClock start_time = std::chrono::steady_clock::now(); in ReadAppEvents() local