Home
last modified time | relevance | path

Searched defs:handleP (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/
DsyscallDo.h175 …inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in eOsSensorFind()
/device/google/contexthub/firmware/src/
DosApi.c134 uint32_t *handleP = va_arg(args, uint32_t*); in osExpApiSensorFind() local
Dsensors.c572 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind()