Searched refs:handleP (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | sensors.c | 559 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind() argument 565 if (handleP) in sensorFind() 566 *handleP = mSensors[i].handle; in sensorFind()
|
D | osApi.c | 137 uint32_t *handleP = va_arg(args, uint32_t*); in osExpApiSensorFind() local 139 *retValP = (uintptr_t)sensorFind(sensorType, idx, handleP); in osExpApiSensorFind()
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 122 …inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in eOsSensorFind() argument 124 …, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_FIND), sensorType, idx, handleP); in eOsSensorFind()
|
D | sensors.h | 272 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…
|