HomeSort by relevance Sort by last modified time
    Searched refs:sensor_t (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/invensense/libsensors/
MPLSensor.h 69 int populateSensorList(struct sensor_t *list, int len);
129 void fillAccel(unsigned char accel, struct sensor_t *list);
130 void fillCompass(unsigned char compass, struct sensor_t *list);
131 void fillGyro(const char* gyro, struct sensor_t *list);
132 void fillRV(struct sensor_t *list);
133 void fillOrientation(struct sensor_t *list);
134 void fillGravity(struct sensor_t *list);
135 void fillLinearAccel(struct sensor_t *list);
MPLSensor.cpp 73 static struct sensor_t sSensorList[] =
1110 * parameter list must point to a memory region of at least 7*sizeof(sensor_t)
1114 int MPLSensor::populateSensorList(struct sensor_t *list, int len)
1118 if(len < 7*sizeof(sensor_t)) {
1124 memcpy(list, sSensorList, sizeof (struct sensor_t) * 7);
    [all...]
  /frameworks/native/services/sensorservice/
LinearAccelerationSensor.h 42 LinearAccelerationSensor(sensor_t const* list, size_t count);
CorrectedGyroSensor.h 40 CorrectedGyroSensor(sensor_t const* list, size_t count);
GravitySensor.h 40 GravitySensor(sensor_t const* list, size_t count);
LinearAccelerationSensor.cpp 32 LinearAccelerationSensor::LinearAccelerationSensor(sensor_t const* list, size_t count)
63 sensor_t hwSensor;
SensorInterface.cpp 33 HardwareSensor::HardwareSensor(const sensor_t& sensor)
SensorInterface.h 54 HardwareSensor(const sensor_t& sensor);
CorrectedGyroSensor.cpp 32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count)
70 sensor_t hwSensor;
GravitySensor.cpp 32 GravitySensor::GravitySensor(sensor_t const* list, size_t count)
78 sensor_t hwSensor;
RotationVectorSensor.cpp 64 sensor_t hwSensor;
113 sensor_t hwSensor;
SensorDevice.h 53 ssize_t getSensorList(sensor_t const** list);
OrientationSensor.cpp 74 sensor_t hwSensor;
SensorDevice.cpp 56 sensor_t const* list;
71 sensor_t const* list;
95 ssize_t SensorDevice::getSensorList(sensor_t const** list) {
SensorFusion.cpp 30 sensor_t const* list;
  /hardware/invensense/libsensors_iio/
MPLSensor.h 147 int populateSensorList(struct sensor_t *list, int len);
326 void fillAccel(const char* accel, struct sensor_t *list);
327 void fillGyro(const char* gyro, struct sensor_t *list);
328 void fillRV(struct sensor_t *list);
329 void fillOrientation(struct sensor_t *list);
330 void fillGravity(struct sensor_t *list);
331 void fillLinearAccel(struct sensor_t *list);
CompassSensor.IIO.9150.h 58 void fillList(struct sensor_t *list);
sensors_mpl.cpp 52 static struct sensor_t sSensorList[LOCAL_SENSORS];
53 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
59 struct sensor_t const** list)
MPLSensor.cpp 88 static struct sensor_t sSensorList[] =
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 452 * same sensor_t::name and sensor_t::vendor.
521 * same sensor_t::name and sensor_t::vendor.
807 struct sensor_t;
822 struct sensor_t const** list);
825 struct sensor_t { struct
    [all...]
  /frameworks/native/include/gui/
Sensor.h 56 Sensor(struct sensor_t const* hwSensor);
  /device/generic/goldfish/sensors/
sensors_qemu.c 487 static const struct sensor_t sSensorListInit[] = {
544 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
547 struct sensor_t const** list)
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 78 struct sensor_t const* list;
  /device/samsung/manta/libsensors/
sensors.cpp 63 static struct sensor_t sSensorList[LOCAL_SENSORS + MPLSensor::numSensors] = {
80 struct sensor_t const** list)
  /device/samsung/tuna/libsensors/
sensors.cpp 79 static struct sensor_t sSensorList[LOCAL_SENSORS + MPLSensor::numSensors] = {
100 struct sensor_t const** list)

Completed in 405 milliseconds

1 2