Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dsensors.c559 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()
DosApi.c137 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/
DsyscallDo.h122 …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()
Dsensors.h272 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…