Searched refs:SensorInfo (Results 1 – 16 of 16) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | sensors.h | 182 struct SensorInfo { struct 246 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… 247 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t tid, void *callData, bool initCo… 258 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…
|
D | syscallDo.h | 152 static inline const struct SensorInfo* eOsSensorSignalInternalEvt(uint32_t handle, uint32_t intEvtN… in eOsSensorSignalInternalEvt() 157 …return (const struct SensorInfo*)syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCAL… in eOsSensorSignalInternalEvt() 160 static inline uint32_t eOsSensorRegister(const struct SensorInfo *si, uint32_t tid, void *cookie, b… in eOsSensorRegister() 175 static inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *h… in eOsSensorFind() 177 …return (const struct SensorInfo*)syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCAL… in eOsSensorFind()
|
/device/google/contexthub/firmware/src/ |
D | sensors.c | 44 const struct SensorInfo *si; 120 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() 164 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… in sensorRegister() 169 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t unusedTid, void *callData, bool … in sensorRegisterAsApp() 572 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind()
|
D | osApi.c | 108 const struct SensorInfo *si = va_arg(args, const struct SensorInfo*); in osExpApiSensorReg()
|
D | hostIntf.c | 612 const struct SensorInfo *si; in initSensors()
|
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 103 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 126 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 300 static const struct SensorInfo sensorInfoBaro = 320 static const struct SensorInfo sensorInfoTemp =
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 442 static const struct SensorInfo sensorInfoAls = 463 static const struct SensorInfo sensorInfoProx =
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 143 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 177 static const struct SensorInfo mSi =
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 371 static const struct SensorInfo sensorInfoAls = 392 static const struct SensorInfo sensorInfoProx =
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 556 static const struct SensorInfo sensorInfoAls = 578 static const struct SensorInfo sensorInfoProx =
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 114 static const struct SensorInfo mSi =
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 154 static const struct SensorInfo mSi[NUM_OF_FUSION_SENSOR] =
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 584 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] =
|