/device/google/cuttlefish_common/guest/hals/sensors/ |
D | sensors.h | 28 class SensorInfo : public sensor_t { 31 SensorInfo() : sensor_t() {} in SensorInfo() function 34 SensorInfo(const char* name, const char* vendor, int version, int handle, 41 friend SensorInfo AccelerometerSensor(); 42 friend SensorInfo GyroscopeSensor(); 43 friend SensorInfo LightSensor(); 44 friend SensorInfo MagneticFieldSensor(); 45 friend SensorInfo PressureSensor(); 46 friend SensorInfo ProximitySensor(); 47 friend SensorInfo AmbientTempSensor(); [all …]
|
D | sensors.cpp | 43 SensorState::SensorState(SensorInfo info) in SensorState() 52 SensorInfo::SensorInfo(const char* name, const char* vendor, int version, in SensorInfo() function in cvd::SensorInfo 84 SensorInfo AccelerometerSensor() { in AccelerometerSensor() 88 return SensorInfo(sc::kAccelerometerName, sc::kVendor, sc::kVersion, in AccelerometerSensor() 97 SensorInfo GyroscopeSensor() { in GyroscopeSensor() 101 return SensorInfo( in GyroscopeSensor() 109 SensorInfo LightSensor() { in LightSensor() 113 return SensorInfo(sc::kLightName, sc::kVendor, sc::kVersion, sc::kLightHandle, in LightSensor() 121 SensorInfo MagneticFieldSensor() { in MagneticFieldSensor() 125 return SensorInfo(sc::kMagneticFieldName, sc::kVendor, sc::kVersion, in MagneticFieldSensor() [all …]
|
D | vsoc_sensors.h | 174 static SensorInfo* sensor_infos_;
|
D | vsoc_sensors.cpp | 44 SensorInfo* GceSensors::sensor_infos_ = NULL; 495 sensor_infos_ = new SensorInfo[total_sensor_count_]; in RegisterSensors()
|
/device/google/contexthub/firmware/os/inc/ |
D | sensors.h | 195 struct SensorInfo { struct 259 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… 260 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t tid, void *callData, bool initCo… 272 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumer…
|
D | sensors_priv.h | 25 const struct SensorInfo *si;
|
D | syscallDo.h | 107 static inline uint32_t eOsSensorRegister(const struct SensorInfo *si, uint32_t tid, void *cookie, b… in eOsSensorRegister() 122 static inline const struct SensorInfo* eOsSensorFind(uint32_t sensorType, uint32_t idx, uint32_t *h… in eOsSensorFind() 124 …return (const struct SensorInfo*)syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCAL… in eOsSensorFind()
|
/device/google/contexthub/firmware/os/core/ |
D | sensors.c | 89 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() 133 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… in sensorRegister() 138 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t unusedTid, void *callData, bool … in sensorRegisterAsApp() 559 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP) in sensorFind()
|
D | nanohub_chre.c | 249 const struct SensorInfo *info = sensorFind(sensorType, 0, pHandle); in osChreSensorFindDefault() 266 const struct SensorInfo *si = s->si; in osChreSensorGetInfoOld() 288 const struct SensorInfo *si = s->si; in osChreSensorGetInfo() 386 const struct SensorInfo *si = s->si; in osChreSensorConfigure()
|
D | osApi.c | 111 const struct SensorInfo *si = va_arg(args, const struct SensorInfo*); in osExpApiSensorReg()
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 145 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 134 static const struct SensorInfo sensorInfoLedsGpio = {
|
D | leds_lp3943.c | 256 static const struct SensorInfo sensorInfoLedsLP3943 = {
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 126 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 143 static const struct SensorInfo mSensorInfo =
|
/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 179 static const struct SensorInfo mSi =
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 515 static const struct SensorInfo sensorInfoAls = 536 static const struct SensorInfo sensorInfoProx =
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 467 static const struct SensorInfo sensorInfoBaro = 487 static const struct SensorInfo sensorInfoTemp =
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 433 static const struct SensorInfo sensorInfoAls = 454 static const struct SensorInfo sensorInfoProx =
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app.c | 172 const struct SensorInfo *si; in chreappProcessSensorData()
|
D | chre_app.c | 172 const struct SensorInfo *si; in chreappProcessSensorData()
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 288 static const struct SensorInfo sensorInfoAls =
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 296 static const struct SensorInfo hts221SensorInfo[NUM_OF_SENSOR] =
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 253 static const struct SensorInfo si7034SensorInfo[NUM_OF_SENSOR] =
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 662 static const struct SensorInfo sensorInfoAls = 684 static const struct SensorInfo sensorInfoProx =
|