/hardware/invensense/libsensors/ |
MPLSensor.h | 69 int populateSensorList(struct sensor_t *list, int len); 130 void fillAccel(unsigned char accel, struct sensor_t *list); 131 void fillCompass(unsigned char compass, struct sensor_t *list); 132 void fillGyro(const char* gyro, struct sensor_t *list); 133 void fillRV(struct sensor_t *list); 134 void fillOrientation(struct sensor_t *list); 135 void fillGravity(struct sensor_t *list); 136 void fillLinearAccel(struct sensor_t *list);
|
MPLSensor.cpp | 73 static struct sensor_t sSensorList[] = [all...] |
/device/moto/stingray/sensors/ |
sensors.c | 28 static const struct sensor_t sSensorList[] = { 59 struct sensor_t const** list)
|
/frameworks/base/services/sensorservice/ |
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;
|
LinearAccelerationSensor.cpp | 32 LinearAccelerationSensor::LinearAccelerationSensor(sensor_t const* list, size_t count) 63 sensor_t hwSensor;
|
CorrectedGyroSensor.h | 40 CorrectedGyroSensor(sensor_t const* list, size_t count);
|
GravitySensor.h | 40 GravitySensor(sensor_t const* list, size_t count);
|
LinearAccelerationSensor.h | 42 LinearAccelerationSensor(sensor_t const* list, size_t count);
|
SensorInterface.cpp | 33 HardwareSensor::HardwareSensor(const sensor_t& sensor)
|
RotationVectorSensor.cpp | 64 sensor_t hwSensor; 113 sensor_t hwSensor;
|
SensorDevice.cpp | 118 sensor_t const* list; 133 sensor_t const* list; 157 ssize_t SensorDevice::getSensorList(sensor_t const** list) {
|
OrientationSensor.cpp | 74 sensor_t hwSensor;
|
SensorDevice.h | 53 ssize_t getSensorList(sensor_t const** list);
|
SensorInterface.h | 53 HardwareSensor(const sensor_t& sensor);
|
SensorFusion.cpp | 30 sensor_t const* list;
|
SensorService.cpp | 74 sensor_t const* list;
|
/hardware/libhardware/include/hardware/ |
sensors.h | 379 struct sensor_t; 394 struct sensor_t const** list); 397 struct sensor_t { struct 450 * If the requested value is less than sensor_t::minDelay, then it's 451 * silently clamped to sensor_t::minDelay unless sensor_t::minDelay is
|
/device/samsung/crespo/libsensors/ |
sensors.cpp | 69 static const struct sensor_t sSensorList[] = { 102 struct sensor_t const** list)
|
/development/tools/emulator/system/sensors/ |
sensors_qemu.c | 488 static const struct sensor_t sSensorListInit[] = { 545 static struct sensor_t sSensorList[MAX_NUM_SENSORS]; 548 struct sensor_t const** list)
|
/sdk/emulator/sensors/ |
sensors_qemu.c | 488 static const struct sensor_t sSensorListInit[] = { 545 static struct sensor_t sSensorList[MAX_NUM_SENSORS]; 548 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)
|
/frameworks/native/include/gui/ |
Sensor.h | 56 Sensor(struct sensor_t const* hwSensor);
|
/frameworks/native/libs/gui/ |
Sensor.cpp | 39 Sensor::Sensor(struct sensor_t const* hwSensor)
|
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 78 struct sensor_t const* list;
|