Home
last modified time | relevance | path

Searched refs:handleP (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/inc/
Dsensors.h258 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…
DsyscallDo.h175 …inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in eOsSensorFind() argument
177 …, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_FIND), sensorType, idx, handleP); in eOsSensorFind()
/device/google/contexthub/firmware/src/
Dsensors.c572 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind() argument
578 if (handleP) in sensorFind()
579 *handleP = mSensors[i].handle; in sensorFind()
DosApi.c134 uint32_t *handleP = va_arg(args, uint32_t*); in osExpApiSensorFind() local
136 *retValP = (uintptr_t)sensorFind(sensorType, idx, handleP); in osExpApiSensorFind()