Home
last modified time | relevance | path

Searched refs:newLatency_lo (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DsyscallDo.h137 uint32_t newLatency_lo = newLatency; in eOsSensorRequestRateChange() local
140 …R, SYSCALL_OS_MAIN_SENSOR_RATE_CHG), clientId, sensorHandle, newRate, newLatency_lo, newLatency_hi… in eOsSensorRequestRateChange()
/device/google/contexthub/firmware/os/core/
DosApi.c158 uint32_t newLatency_lo = va_arg(args, uint32_t); in osExpApiSensorRateChg() local
160 uint64_t newLatency = (((uint64_t)newLatency_hi) << 32) + newLatency_lo; in osExpApiSensorRateChg()