Searched refs:minTimeToNextFixMs (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/app/chre/common/ |
D | chre11_app_syscalls.c | 194 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, uint32_t minTimeToNextFixMs, const v… in chreGnssLocationSessionStartAsync() argument 196 …_CHRE_DRV_GNSS, SYSCALL_CHRE_DRV_GNSS_LOC_START_ASYNC), minIntervalMs, minTimeToNextFixMs, cookie); in chreGnssLocationSessionStartAsync()
|
D | chre_app_syscalls.c | 204 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, uint32_t minTimeToNextFixMs, const v… in chreGnssLocationSessionStartAsync() argument 206 …_CHRE_DRV_GNSS, SYSCALL_CHRE_DRV_GNSS_LOC_START_ASYNC), minIntervalMs, minTimeToNextFixMs, cookie); in chreGnssLocationSessionStartAsync()
|