/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 61 static struct inv_sensor_cal_t sensors; variable 91 memcpy(raw, sensors.compass.raw, sizeof(sensors.compass.raw)); in inv_get_raw_compass() 99 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy; in inv_db_load_func() 100 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy; in inv_db_load_func() 101 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy; in inv_db_load_func() 103 if (sensors.accel.accuracy == 3) { in inv_db_load_func() 106 if (sensors.compass.accuracy == 3) { in inv_db_load_func() 155 memset(&sensors, 0, sizeof(sensors)); in inv_init_data_builder() 178 return sensors.gyro.sensitivity; in inv_get_gyro_sensitivity() 188 return sensors.accel.sensitivity; in inv_get_accel_sensitivity() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 60 static struct inv_sensor_cal_t sensors; variable 90 memcpy(raw, sensors.compass.raw, sizeof(sensors.compass.raw)); in inv_get_raw_compass() 98 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy; in inv_db_load_func() 99 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy; in inv_db_load_func() 100 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy; in inv_db_load_func() 102 if (sensors.accel.accuracy == 3) { in inv_db_load_func() 105 if (sensors.compass.accuracy == 3) { in inv_db_load_func() 154 memset(&sensors, 0, sizeof(sensors)); in inv_init_data_builder() 177 return sensors.gyro.sensitivity; in inv_get_gyro_sensitivity() 187 return sensors.accel.sensitivity; in inv_get_accel_sensitivity() [all …]
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
D | SensorsHAL.cpp | 48 memset(sensors, 0, sizeof(Sensor *) * MAX_DEVICES); in SensorContext() 55 if (sensors[i]) { in ~SensorContext() 56 delete sensors[i]; in ~SensorContext() 57 sensors[i] = nullptr; in ~SensorContext() 132 if (sensors[handle] == nullptr) { in activate() 133 sensors[handle] = sensorFactoryFuncs[handle](pollFd); in activate() 134 if (sensors[handle] == nullptr) { in activate() 137 rc = sensors[handle]->activate(handle, enabled); in activate() 145 if (sensors[handle] != nullptr) { in activate() 146 rc = sensors[handle]->activate(handle, enabled); in activate() [all …]
|
D | SensorsHAL.hpp | 105 Sensor * sensors[MAX_DEVICES]; member in SensorContext
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | changelog.md | 9 * Fully functional and documented JAVA language bindings for sensors with 12 and updated sensors to use this feature 19 * New sensors: hyld9767, mg811, wheelencoder, grovegprs, mpu9250, ssd1306, 26 includes last remaining images and grouping sensors by kits 32 * New sensors: rgbringcoder, hp20x, pn532, sainsmartks, lsm9ds0, eboled 37 * More images were added for Grove, Adafruit and Sparkfun sensors along with 50 * Added new and updated images for numerous new and existing sensors 52 * New sensors: sx6119, si114x, maxsonarez, hm11, ht9170, h3lis331dl, ad8232, 60 * Added python examples for sensors 64 * New sensors: mma7660, cjq4435, adxl335, hmtrp, nunchuck, otp538u, l298, [all …]
|
D | knownlimitations.md | 4 Some sensors do not work seamlessly with a specific board. This means that they 6 such sensors and known workarounds if they exist. 59 Some *I2C* sensors add too much capacitance to the SDA line of the Intel Edison 61 other sensors connected to the I2C bus are unusable. While there is no generic 67 sensors are connected to it. Based on the sensor, this can affect functionality
|
D | documentation.md | 5 sensors that you want to add to UPM: 21 sensors, add this to every one. 71 **Please do not use existing, copyrighted images with your sensors!** 112 sensors can be added to the same library this way. 114 category, connection type and kit. If you have multiple classes or sensors
|
/hardware/invensense/6515/libsensors_iio/ |
D | README_L_arm64 | 11 $ make sensors.flounder 15 $ adb push $OUT/system/lib/hw/sensors.flounder.so /system/lib/hw/
|
D | sensors_mpl.cpp | 69 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t)); variable 78 return sensors; in sensors__get_sensors_list() 165 sensors = in sensors_poll_context_t()
|
D | MPLSensor.cpp | 2126 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) argument 2156 (unsigned int)sensors); 2160 (sensors & INV_THREE_AXIS_GYRO? "enable": "disable")); 2161 res = enableGyro(!!(sensors & INV_THREE_AXIS_GYRO)); 2174 (sensors & INV_THREE_AXIS_ACCEL? "enable": "disable")); 2175 res = enableAccel(!!(sensors & INV_THREE_AXIS_ACCEL)); 2180 if (!(sensors & INV_THREE_AXIS_ACCEL) && !cal_stored) { 2188 (sensors & INV_THREE_AXIS_COMPASS? "enable": "disable")); 2189 … res = enableCompass(!!(sensors & INV_THREE_AXIS_COMPASS), changed & (1 << RawMagneticField)); 2203 (sensors & INV_ONE_AXIS_PRESSURE? "enable": "disable")); [all …]
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | README.cpp.md | 4 UPM is a high level repository for sensors that use MRAA. Each sensor links 5 to MRAA and are not meant to be interlinked although some groups of sensors 21 enumerable sensors for example may provide much clever instantiation. Displays 33 You can also refer to the [Intel® IoT Developer Zone](https://software.intel.com/iot/sensors).
|
D | README.java.md | 3 UPM is a high level repository for sensors that use MRAA. Each sensor links 4 to MRAA and are not meant to be interlinked although some groups of sensors 20 enumerable sensors for example may provide much clever instantiation. Displays 32 You can also refer to the [Intel® IoT Developer Zone](https://software.intel.com/iot/sensors).
|
/hardware/akm/AK8975_FS/libsensors/ |
D | Android.mk | 22 LOCAL_MODULE := sensors.default
|
/hardware/libhardware/modules/sensors/ |
D | Android.mk | 23 LOCAL_MODULE := sensors.$(TARGET_DEVICE)
|
/hardware/bsp/intel/peripheral/libupm/src/loudness/ |
D | CMakeLists.txt | 2 set (libdescription "upm loudness sensors")
|
/hardware/bsp/intel/peripheral/libupm/ |
D | README.md | 4 UPM is a high level repository for sensors that use MRAA. Each sensor links 5 to MRAA and are not meant to be interlinked although some groups of sensors 55 enumerable sensors for example may provide much clever instantiation. Displays 67 You can also refer to the [Intel® IoT Developer Zone](https://software.intel.com/iot/sensors).
|
/hardware/libhardware/modules/ |
D | Android.mk | 2 power usbaudio audio_remote_submix camera usbcamera consumerir sensors vibrator \
|
/hardware/bsp/intel/peripheral/libupm/src/gas/ |
D | CMakeLists.txt | 2 set (libdescription "Gas sensors")
|
D | README.txt | 7 Note - Gas sensors need to be heated, first minute the data is incorrect. Air
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | testing.md | 31 * Create a physical layer that will emulate sensors behavior and generate I/O 33 the need of specific sensors. The simplest solution will be chosen allowing
|
D | iio.md | 3 IIO is the kernel's framework for supporting sensors.
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | package.json.in | 3 …"description": "Sensor library based on MRAA that allows you to use various sensors on platforms s…
|
/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 54 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t)); variable 63 return sensors; in sensors__get_sensors_list() 137 sensors = in sensors_poll_context_t()
|
D | MPLSensor.cpp | 2045 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed) in enableSensors() argument 2072 (unsigned int)sensors); in enableSensors() 2076 (sensors & INV_THREE_AXIS_GYRO? "enable": "disable")); in enableSensors() 2077 res = enableGyro(!!(sensors & INV_THREE_AXIS_GYRO)); in enableSensors() 2090 (sensors & INV_THREE_AXIS_ACCEL? "enable": "disable")); in enableSensors() 2091 res = enableAccel(!!(sensors & INV_THREE_AXIS_ACCEL)); in enableSensors() 2096 if (!(sensors & INV_THREE_AXIS_ACCEL) && !cal_stored) { in enableSensors() 2104 (sensors & INV_THREE_AXIS_COMPASS? "enable": "disable")); in enableSensors() 2105 … res = enableCompass(!!(sensors & INV_THREE_AXIS_COMPASS), changed & (1 << RawMagneticField)); in enableSensors() 2118 (sensors & INV_ONE_AXIS_PRESSURE? "enable": "disable")); in enableSensors() [all …]
|
/hardware/bsp/intel/soc/edison/ |
D | soc.mk | 80 sensors.edison
|