Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DsyscallDo.h122 …inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in eOsSensorFind()
/device/google/contexthub/firmware/os/core/
Dsensors.c559 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind()
DosApi.c137 uint32_t *handleP = va_arg(args, uint32_t*); in osExpApiSensorFind() local