/frameworks/native/services/sensorservice/ |
GravitySensor.cpp | 63 outEvent->type = SENSOR_TYPE_GRAVITY; 83 hwSensor.type = SENSOR_TYPE_GRAVITY;
|
SensorService.cpp | 84 (1<<SENSOR_TYPE_GRAVITY) | 99 case SENSOR_TYPE_GRAVITY: 127 if (virtualSensorsNeeds & (1<<SENSOR_TYPE_GRAVITY)) { [all...] |
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 46 case SENSOR_TYPE_GRAVITY: 144 case SENSOR_TYPE_GRAVITY:
|
/hardware/libhardware/include/hardware/ |
sensors.h | 379 * SENSOR_TYPE_GRAVITY 389 #define SENSOR_TYPE_GRAVITY (9) [all...] |
/hardware/invensense/60xx/libsensors/ |
MPLSensor.cpp | 94 SENSOR_TYPE_GRAVITY, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, { } }, 230 mPendingEvents[Gravity].type = SENSOR_TYPE_GRAVITY; [all...] |
/hardware/invensense/60xx/libsensors_iio/ |
MPLSensor.cpp | 113 SENSOR_TYPE_GRAVITY, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, {}}, 274 mPendingEvents[Gravity].type = SENSOR_TYPE_GRAVITY; [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 152 SENSOR_TYPE_GRAVITY, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, {}}, 479 mPendingEvents[Gravity].type = SENSOR_TYPE_GRAVITY; [all...] |