HomeSort by relevance Sort by last modified time
    Searched defs:getSensor (Results 1 - 9 of 9) sorted by null

  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 69 Sensor CorrectedGyroSensor::getSensor() const {
GravitySensor.cpp 77 Sensor GravitySensor::getSensor() const {
LinearAccelerationSensor.cpp 61 Sensor LinearAccelerationSensor::getSensor() const {
62 Sensor gsensor(mGravitySensor.getSensor());
OrientationSensor.cpp 76 Sensor OrientationSensor::getSensor() const {
RotationVectorSensor.cpp 63 Sensor RotationVectorSensor::getSensor() const {
112 Sensor GyroDriftSensor::getSensor() const {
SensorInterface.cpp 68 Sensor HardwareSensor::getSensor() const {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEnvironment.java 123 getSensor(context, sensorType),
183 public Sensor getSensor() {
220 * Returns {@code true} if there might be other listeners of {@link #getSensor()} requesting
279 public static Sensor getSensor(Context context, int sensorType) {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 224 mThermalSensors.add(ThermalManager.getSensor(sa.getSensorName()));
ThermalManager.java 740 public static ThermalSensor getSensor(String sensorName) {

Completed in 249 milliseconds