HomeSort by relevance Sort by last modified time
    Searched refs:sensors (Results 151 - 175 of 429) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/native/services/sensorservice/
LinearAccelerationSensor.cpp 23 #include <hardware/sensors.h>
OrientationSensor.cpp 23 #include <hardware/sensors.h>
  /frameworks/native/services/sensorservice/hidl/
DirectReportChannel.h 33 using ::android::hardware::sensors::V1_0::RateLevel;
  /frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/
SensorManager.h 37 using ::android::hardware::sensors::V1_0::SensorType;
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 28 #include <hardware/sensors.h>
61 * The SENSORS Module
Android.mk 31 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\" -Werror -Wall
102 LOCAL_MODULE := sensors.invensense
106 #LOCAL_MODULE := sensors.invensense
108 LOCAL_MODULE := sensors.${TARGET_PRODUCT}
111 LOCAL_MODULE := sensors.${TARGET_PRODUCT}
124 LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\" -Werror -Wall
  /hardware/libhardware/modules/sensors/
SensorEventQueue.cpp 17 #include <hardware/sensors.h>
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.h 21 #include <hardware/sensors.h>
  /hardware/libhardware/tests/hardware/
struct-last.cpp 20 #include <hardware/sensors.h>
42 //Types defined in sensors.h
struct-size.cpp 20 #include <hardware/sensors.h>
49 //Types defined in sensors.h
  /hardware/interfaces/sensors/1.0/default/
convert.cpp 23 namespace sensors { namespace in namespace:android::hardware
46 const ::android::hardware::sensors::V1_0::SensorInfo &src,
67 typedef ::android::hardware::sensors::V1_0::SensorType SensorType;
68 typedef ::android::hardware::sensors::V1_0::MetaDataEventType MetaDataEventType;
183 ::android::hardware::sensors::V1_0::AdditionalInfo *dstInfo =
189 (::android::hardware::sensors::V1_0::AdditionalInfoType)
328 const ::android::hardware::sensors::V1_0::AdditionalInfo &srcInfo =
401 } // namespace sensors
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BatchingTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
31 * Activity that verifies batching capabilities for sensors
32 * (https://source.android.com/devices/sensors/batching.html).
46 // we are testing sensors that only trigger based on external events, so leave enough time for
50 // TODO: refactor to discover all available sensors of each type and dynamically generate test
MagneticFieldMeasurementTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
98 * This test is used to validate the requirement imposed by the CDD to Sensors in Android. And
136 * uncalibrated sensors comply to the following equation:
SensorSynchronizationTestActivity.java 2 package com.android.cts.verifier.sensors;
4 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
RVCVCameraPreview.java 16 package com.android.cts.verifier.sensors;
RotationVectorTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
21 import com.android.cts.verifier.sensors.renderers.GLArrowSensorTestRenderer;
76 * This approach allows to test all sensors at once.
83 // if none of the sensors is supported, skip the test by throwing an exception
165 // set up sensors first, so activitySetUp has the state in place
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 17 package com.android.cts.verifier.sensors.helpers;
20 import com.android.cts.verifier.sensors.base.ISensorTestStateContainer;
OpenCVLibrary.java 16 package com.android.cts.verifier.sensors.helpers;
  /cts/tests/sensor/src/android/hardware/cts/
SensorParameterRangeTest.java 31 * Test min-max frequency, max range parameters for sensors.
174 // all static sensors should have id of 0
175 List<Sensor> sensors = mSensorManager.getSensorList(Sensor.TYPE_ALL); local
177 for (Sensor s : sensors) {
184 String message = "Static sensors should have id of 0, violations: < " +
  /device/google/marlin/
thermal-engine-marlin.conf 62 sensors tsens_tz_sensor15 tsens_tz_sensor0
  /device/google/contexthub/firmware/
Android.mk 38 os/core/sensors.c \
  /device/google/dragon/sensor_hub/
cros_ec_sensors.h 26 #include <hardware/sensors.h>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 19 package androidx.media.filterpacks.sensors;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java 18 package com.android.cts.verifier.sensors.base;
21 import com.android.cts.verifier.sensors.helpers.SensorTestScreenManipulator;
22 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 20 #include <android/hardware/sensors/1.0/ISensors.h>
21 #include <android/hardware/sensors/1.0/types.h>
23 #include <hardware/sensors.h> // for sensor type strings
43 using namespace ::android::hardware::sensors::V1_0;
45 // Test environment for sensors
67 // sensors hidl service
68 sp<ISensors> sensors; member in class:SensorsHidlEnvironment
89 ASSERT_NE(sensors, nullptr) << "sensors is nullptr, cannot get hidl service";
116 sensors = ISensors::getService()
    [all...]

Completed in 357 milliseconds

1 2 3 4 5 67 8 91011>>