Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dsensors.h283 uint64_t sensorGetCurLatency(uint32_t sensorHandle);
/device/google/contexthub/firmware/os/core/
Dsensors.c811 uint64_t sensorGetCurLatency(uint32_t sensorHandle) in sensorGetCurLatency() function
DhostIntf.c1483 ((sensor->latency > sensorGetCurLatency(sensor->sensorHandle)) && in getSensorInterrupt()
1484 …(sensorTime + sensorGetCurLatency(sensor->sensorHandle) > sensor->firstTime + sensor->latency)))) { in getSensorInterrupt()