HomeSort by relevance Sort by last modified time
    Searched full:sensorinfo (Results 26 - 50 of 74) sorted by null

12 3

  /device/google/contexthub/firmware/os/core/
sensors.c 89 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, bool initComplete)
133 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, bool initComplete)
138 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t unusedTid, void *callData, bool initComplete)
559 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP)
osApi.c 111 const struct SensorInfo *si = va_arg(args, const struct SensorInfo*);
hostIntf.c 99 // sensorType matching struct SensorInfo (because the sensor can have a
101 // SensorInfo.
668 const struct SensorInfo *si;
    [all...]
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 126 static const struct SensorInfo mSensorInfo =
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 143 static const struct SensorInfo mSensorInfo =
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 134 static const struct SensorInfo sensorInfoLedsGpio = {
leds_lp3943.c 256 static const struct SensorInfo sensorInfoLedsLP3943 = {
  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 179 static const struct SensorInfo mSi =
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 145 static const struct SensorInfo mSensorInfo =
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 433 static const struct SensorInfo sensorInfoAls =
454 static const struct SensorInfo sensorInfoProx =
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 467 static const struct SensorInfo sensorInfoBaro =
487 static const struct SensorInfo sensorInfoTemp =
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 515 static const struct SensorInfo sensorInfoAls =
536 static const struct SensorInfo sensorInfoProx =
  /hardware/interfaces/sensors/1.0/default/
convert.cpp 27 void convertFromSensor(const sensor_t &src, SensorInfo *dst) {
46 const ::android::hardware::sensors::V1_0::SensorInfo &src,
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 172 const struct SensorInfo *si;
chre_app.c 172 const struct SensorInfo *si;
  /device/google/cuttlefish_common/guest/hals/sensors/
vsoc_sensors.h 174 static SensorInfo* sensor_infos_;
vsoc_sensors.cpp 55 SensorInfo* GceSensors::sensor_infos_ = NULL;
506 sensor_infos_ = new SensorInfo[total_sensor_count_];
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 288 static const struct SensorInfo sensorInfoAls =
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 253 static const struct SensorInfo si7034SensorInfo[NUM_OF_SENSOR] =
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 296 static const struct SensorInfo hts221SensorInfo[NUM_OF_SENSOR] =
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 662 static const struct SensorInfo sensorInfoAls =
684 static const struct SensorInfo sensorInfoProx =
    [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 652 const hidl_vec<SensorInfo> &dynamicSensorsAdded,
657 const SensorInfo &info = dynamicSensorsAdded[i];
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
android.hardware.sensors@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
android.hardware.sensors@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
android.hardware.sensors@1.0.so.lsdump.gz 

Completed in 343 milliseconds

12 3