Searched refs:handleP (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | sensors.h | 258 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…
|
D | syscallDo.h | 175 …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/ |
D | sensors.c | 572 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()
|
D | osApi.c | 134 uint32_t *handleP = va_arg(args, uint32_t*); in osExpApiSensorFind() local 136 *retValP = (uintptr_t)sensorFind(sensorType, idx, handleP); in osExpApiSensorFind()
|