Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/algos/
Dtime_sync.h50 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2);
/device/google/contexthub/firmware/src/algos/
Dtime_sync.c60 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2) { in time_sync_add() function
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c615 time_sync_add(&mTask.gSensorTime2RTC, rtc_time_ns, sensor_time * 39ull); in map_sensortime_to_rtc_time()