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

  /device/google/contexthub/firmware/os/inc/algos/
time_sync.h 45 } time_sync_t; typedef in typeref:struct:__anon1908
47 void time_sync_reset(time_sync_t *sync);
48 bool time_sync_init(time_sync_t *sync);
49 void time_sync_truncate(time_sync_t *sync, size_t window_size);
50 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2);
51 bool time_sync_estimate_time1(time_sync_t *sync, uint64_t time2, uint64_t *time1);
52 void time_sync_hold(time_sync_t *sync, uint8_t count);
  /device/google/contexthub/firmware/os/algos/
time_sync.c 21 void time_sync_reset(time_sync_t *sync) {
29 bool time_sync_init(time_sync_t *sync) {
35 void time_sync_truncate(time_sync_t *sync, size_t window_size) {
60 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2) {
87 bool time_sync_estimate_time1(time_sync_t *sync, uint64_t time2, uint64_t *time1)
161 void time_sync_hold(time_sync_t *sync, uint8_t count) {
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 517 time_sync_t gSensorTime2RTC;
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 233 milliseconds