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

1 2 3 4 5 6 7 8 91011>>

  /device/google/wahoo/sensors/
hals.conf 0 sensors.msm8998.so
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/
BuildConfig.java 17 package com.android.cts.verifier.sensors.sixdof;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorBatchingTestsActivity.java 17 package com.android.cts.verifier.sensors;
19 import com.android.cts.verifier.sensors.base.SensorCtsTestActivity;
SensorIntegrationTestsActivity.java 17 package com.android.cts.verifier.sensors;
19 import com.android.cts.verifier.sensors.base.SensorCtsTestActivity;
SensorTestActivity.java 17 package com.android.cts.verifier.sensors;
19 import com.android.cts.verifier.sensors.base.SensorCtsTestActivity;
SingleSensorTestsActivity.java 17 package com.android.cts.verifier.sensors;
19 import com.android.cts.verifier.sensors.base.SensorCtsTestActivity;
  /hardware/interfaces/sensors/1.0/default/
service.cpp 17 #define LOG_TAG "android.hardware.sensors@1.0-service"
19 #include <android/hardware/sensors/1.0/ISensors.h>
22 using android::hardware::sensors::V1_0::ISensors;
26 /* Sensors framework service needs at least two threads.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Interfaces/
AccuracyListener.java 16 package com.android.cts.verifier.sensors.sixdof.Interfaces;
BaseUiListener.java 16 package com.android.cts.verifier.sensors.sixdof.Interfaces;
18 import com.android.cts.verifier.sensors.sixdof.Utils.ResultObjects.ResultObject;
ComplexMovementListener.java 16 package com.android.cts.verifier.sensors.sixdof.Interfaces;
18 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.Ring;
RobustnessListener.java 16 package com.android.cts.verifier.sensors.sixdof.Interfaces;
18 import com.android.cts.verifier.sensors.sixdof.Utils.Path.PathUtilityClasses.RotationData;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Exceptions/
WaypointAreaCoveredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointDistanceException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointRingNotEnteredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointStartPointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
  /device/google/cuttlefish_common/guest/hals/sensors/
vsoc_sensors_message.h 19 #include <hardware/sensors.h>
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 61 static struct inv_sensor_cal_t sensors; variable in typeref:struct:inv_sensor_cal_t
91 memcpy(raw, sensors.compass.raw, sizeof(sensors.compass.raw));
98 // copy in the saved accuracy in the actual sensors accuracy
99 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy;
100 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy;
101 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy;
103 if (sensors.accel.accuracy == 3) {
106 if (sensors.compass.accuracy == 3) {
155 memset(&sensors, 0, sizeof(sensors))
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 60 static struct inv_sensor_cal_t sensors; variable in typeref:struct:inv_sensor_cal_t
90 memcpy(raw, sensors.compass.raw, sizeof(sensors.compass.raw));
97 // copy in the saved accuracy in the actual sensors accuracy
98 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy;
99 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy;
100 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy;
102 if (sensors.accel.accuracy == 3) {
105 if (sensors.compass.accuracy == 3) {
154 memset(&sensors, 0, sizeof(sensors))
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
BaseDynamicSensorDaemon.cpp 30 // get sensors from implementation
31 BaseSensorVector sensors = createSensor(deviceKey); local
32 if (sensors.empty()) {
35 ALOGV("discovered %zu sensors from device", sensors.size());
37 auto result = mDeviceKeySensorMap.emplace(deviceKey, std::move(sensors));
52 BaseSensorVector sensors = i->second; local
53 for (auto &sensor : sensors) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
AccuracyPath.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Path;
  /device/google/contexthub/sensorhal/
sensorlist.h 21 #include <hardware/sensors.h>
25 // A list of sensors provided by a device.
29 // TODO(aarossig): Consider de-duplicating Google sensors.
  /hardware/libhardware/modules/sensors/
multihal.h 19 #include <hardware/sensors.h>
22 static const char* MULTI_HAL_CONFIG_FILE_PATH = "/vendor/etc/sensors/hals.conf";
25 static const char* DEPRECATED_MULTI_HAL_CONFIG_FILE_PATH = "/system/etc/sensors/hals.conf";
  /frameworks/hardware/interfaces/sensorservice/1.0/
IEventQueueCallback.hal 19 import android.hardware.sensors@1.0::Event;
  /hardware/libhardware/modules/
Android.mk 4 sensors

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>