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

1 2 3 4 5 6 7 891011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 16 package com.android.cts.verifier.sensors.sixdof.Utils;
21 import com.android.cts.verifier.sensors.sixdof.Utils.PoseProvider.PoseData;
TestReport.java 16 package com.android.cts.verifier.sensors.sixdof.Utils;
  /frameworks/base/core/java/android/hardware/
SensorManager.java 35 * sensors}.
38 * Always make sure to disable sensors you don't need, especially when your
40 * hours. Note that the system will <i>not</i> disable sensors automatically when
88 // Cached lists of sensors by type. Guarded by mSensorListByType.
170 * A constant that includes all sensors
375 * Gets the full list of sensors that are available.
381 * Gets the full list of dynamic sensors that are available.
387 * @return available sensors.
397 * Use this method to get the list of available sensors of a certain type.
398 * Make multiple calls to get sensors of different types or us
1029 List<Sensor> sensors = getSensorList(Sensor.TYPE_DYNAMIC_SENSOR_META); local
    [all...]
  /frameworks/native/services/sensorservice/hidl/
SensorManager.cpp 39 using ::android::hardware::sensors::V1_0::SensorInfo;
40 using ::android::hardware::sensors::V1_0::SensorsEventFormatOffset;
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 140 * Sensors defined in this range [{@link #SENSOR_TYPE_VENDOR_EXTENSION_START},
142 * This should be only used for system app to access sensors not defined as standard types.
144 * 3rd party apps should not use sensors in this range as they are not compatible across
169 /** Read sensor in default normal rate set for each sensors. This is default rate. */
193 * To keep record of locally active sensors. Key is sensor type. This is used as a basic lock
252 int[] sensors = getSupportedSensors(); local
253 for (int sensorSupported: sensors) {
290 * can be registered for a single sensor or the same listener can be used for different sensors.
361 * for other sensors, those subscriptions will not be affected.
  /system/chre/platform/slpi/
platform_sensor.cc 250 DynamicVector<PlatformSensor> *sensors) {
268 if (!sensors->push_back(std::move(platformSensor))) {
475 // SMGR delivers one sample per report for on-change sensors.
533 " sensors with report ID %" PRIu8,
547 // Use ReportID to identify sensors as
699 * Requests the sensors for a given sensor ID and appends them to the provided
700 * list of sensors. If an error occurs, false is returned.
703 * @param sensors The list of sensors to append newly found sensors to
    [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 20 #include <sensors/convert.h>
31 using namespace android::hardware::sensors::V1_0;
32 using namespace android::hardware::sensors::V1_0::implementation;
138 result.appendFormat("Total %zu h/w sensors, %zu running:\n",
465 static_cast<hardware::sensors::V1_0::OperationMode>(mode))));
620 ::android::hardware::sensors::V1_0::implementation::convertToSensorEvent(
646 // it into the dictionary of connected dynamic sensors keyed by handle.
SensorDirectConnection.cpp 19 #include <hardware/sensors.h>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java 1 package com.android.cts.verifier.sensors;
11 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
12 import com.android.cts.verifier.sensors.helpers.SensorTestScreenManipulator;
199 "Sensors are not available in the system.");
203 // so that we can determine if sensors are using correct clocksource timestamp
258 throw new Error("Sensors must use CLOCK_BOOTTIME as clock source for timestamping events");
SignificantMotionTestActivity.java 17 package com.android.cts.verifier.sensors;
25 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
26 import com.android.cts.verifier.sensors.helpers.SensorTestScreenManipulator;
CtsMediaOutputSurface.java 17 package com.android.cts.verifier.sensors;
StepCounterTestActivity.java 17 package com.android.cts.verifier.sensors;
20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
85 "Sensors Step Counter/Detector are not supported.");
OffBodySensorTestActivity.java 16 package com.android.cts.verifier.sensors;
37 import com.android.cts.verifier.sensors.helpers.SensorTestScreenManipulator;
38 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Wedge.java 17 package com.android.cts.verifier.sensors.renderers;
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 27 #include <sensors.h>
  /device/google/contexthub/sensorhal/
sensors.h 22 #include <hardware/sensors.h>
  /hardware/libhardware/modules/sensors/tests/
SensorEventQueue_test.cpp 3 #include <hardware/sensors.h>
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 26 #include <hardware/sensors.h>
81 printf("%d sensors found:\n", count);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 163 private void registerSensors(int [] sensors) {
164 for (int sensorType : sensors) {
  /hardware/interfaces/sensors/1.0/
types.hal 17 package android.hardware.sensors@1.0;
20 * Please see the Sensors section of source.android.com for an
22 * http://source.android.com/devices/sensors/index.html
47 * measures are reported. See the Base sensors and Composite sensors lists
49 * http://source.android.com/devices/sensors/base_triggers.html
50 * http://source.android.com/devices/sensors/composite_sensors.html
57 * All sensors defined outside of the device private range must correspond to
62 * - string type of sensors defined in this file is overridden by Android to
68 * - string type of sensors inside of the device private range MUST be prefixe
    [all...]
  /test/vts/tools/build/tasks/list/
vts_test_lib_hidl_package_list.mk 56 android.hardware.sensors@1.0-vts.driver \
101 android.hardware.sensors@1.0-vts.profiler \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 93 // mask of virtual sensors that require gyro + accel + compass data
100 // mask of virtual sensors that require gyro + accel data (but no compass data)
104 // mask of virtual sensors that require mag + accel data (but no gyro data)
108 // mask of all virtual sensors
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 18 package com.android.cts.verifier.sensors.base;
23 import com.android.cts.verifier.sensors.helpers.SensorFeaturesDeactivator;
24 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 512 /* Event Handlers for HW and Virtual Sensors */
591 /* disable all sensors and features */
6529 int sensors = mEnabled; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 17 package com.android.cts.verifier.sensors.helpers;
19 import com.android.cts.verifier.sensors.reporting.SensorTestDetails;

Completed in 832 milliseconds

1 2 3 4 5 6 7 891011>>