Home
last modified time | relevance | path

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

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