Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DsyscallDo.h191 uint32_t newLatency_hi = newLatency >> 32; in eOsSensorRequestRateChange() local
193 …, SYSCALL_OS_MAIN_SENSOR_RATE_CHG), clientId, sensorHandle, newRate, newLatency_lo, newLatency_hi); in eOsSensorRequestRateChange()
/device/google/contexthub/firmware/src/
DosApi.c157 uint32_t newLatency_hi = va_arg(args, uint32_t); in osExpApiSensorRateChg() local
158 uint64_t newLatency = (((uint64_t)newLatency_hi) << 32) + newLatency_lo; in osExpApiSensorRateChg()