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

12 3 4

  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.h 52 void fillList(struct sensor_t *list);
CompassSensor.AKM.h 60 void fillList(struct sensor_t *list);
CompassSensor.IIO.9150.h 61 void fillList(struct sensor_t *list);
CompassSensor.IIO.primary.h 63 void fillList(struct sensor_t *list);
  /hardware/libhardware/tests/hardware/
struct-last.cpp 45 CHECK_LAST_MEMBER(struct sensor_t, reserved);
struct-size.cpp 52 CheckTypeSize<struct sensor_t, 68, 104>();
  /device/google/contexthub/sensorhal/
sensors.cpp 74 sensor_t sensor = kSensorList[i];
116 sensor_t sensor = kSensorList[i];
212 struct sensor_t const **list) {
  /docs/source.android.com/src/devices/sensors/
hal-interface.jd 47 <li><code>sensor_t</code></li>
52 <pre>int (*get_sensors_list)(struct sensors_module_t* module, struct sensor_t
54 <p>Provides the list of sensors implemented by the HAL. See <a href="#sensor_t">sensor_t</a> for details on how the sensors are defined.</p>
67 handle is defined by the <code>handle</code> field of its <a href="#sensor_t">sensor_t</a> structure.</p>
124 <code>sensor_t.minDelay</code>, then the HAL implementation must silently
125 clamp it to <code>max(sensor_t.minDelay, 1ms)</code>. Android
128 <code>sensor_t.maxDelay</code>, then the HAL
129 implementation must silently truncate it to <code>sensor_t.maxDelay</code>. </li
    [all...]
versioning.jd 75 href="{@docRoot}devices/sensors/hal-interface.html#sensor_t">sensor_t</a>
111 href="{@docRoot}devices/sensors/hal-interface.html#sensor_t">sensor_t</a> for
  /hardware/invensense/6515/libsensors_iio/
sensors.h 110 Populate sensor_t structure according to hardware sensors.h
117 static struct sensor_t sBaseSensorList[] =
176 Populate sensor_t structure according to hardware sensors.h
182 static struct sensor_t sBaseSensorList[] =
240 static struct sensor_t sBaseSensorList[] =
CompassSensor.AKM.h 60 void fillList(struct sensor_t *list);
CompassSensor.IIO.9150.h 61 void fillList(struct sensor_t *list);
CompassSensor.IIO.primary.h 63 void fillList(struct sensor_t *list);
sensors_mpl.cpp 68 static struct sensor_t sSensorList[LOCAL_SENSORS];
69 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
75 struct sensor_t const** list)
  /hardware/bsp/intel/peripheral/sensors/mraa/
SensorsHAL.cpp 25 struct sensor_t SensorContext::sensorDescs[MAX_DEVICES];
67 int SensorContext::addSensorModule(struct sensor_t *sensorDesc,
107 struct sensor_t const **list) {
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.h 38 CorrectedGyroSensor(sensor_t const* list, size_t count);
GravitySensor.h 38 GravitySensor(sensor_t const* list, size_t count);
LinearAccelerationSensor.h 41 LinearAccelerationSensor(sensor_t const* list, size_t count);
RotationVectorSensor.cpp 32 const sensor_t sensor = {
118 const sensor_t sensor = {
  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
LSM303dAccelerometer.cpp 22 struct sensor_t LSM303dAccelerometer::sensorDescription = {
MMA7660Accelerometer.cpp 22 struct sensor_t MMA7660Accelerometer::sensorDescription = {
MPU9150Accelerometer.cpp 22 struct sensor_t MPU9150Accelerometer::sensorDescription = {
ProximityGPIO.cpp 42 struct sensor_t ProximityGPIO::sensorDescription = {
  /frameworks/native/include/gui/
Sensor.h 65 Sensor(struct sensor_t const* hwSensor, int halVersion = 0);
66 Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersion = 0);
  /hardware/libhardware/modules/sensors/
multihal.cpp 178 static struct sensor_t const* global_sensors_list = NULL;
543 const struct sensor_t *subhal_sensors_list;
553 sensor_t* mutable_sensor_list = new sensor_t[global_sensors_count];
572 const struct sensor_t *local_sensor = &subhal_sensors_list[i];
575 sizeof(struct sensor_t));
596 struct sensor_t const** list) {

Completed in 1030 milliseconds

12 3 4