/frameworks/native/services/sensorservice/ |
RotationVectorSensor.cpp | 23 #include <hardware/sensors.h>
|
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>
|
/hardware/invensense/6515/libsensors_iio/ |
sensors_mpl.cpp | 20 #include <hardware/sensors.h> 37 #include "sensors.h" 49 /* The SENSORS Module */ 69 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t)); variable 78 return sensors; 165 sensors =
|
/hardware/invensense/65xx/libsensors_iio/ |
sensors_mpl.cpp | 19 #include <hardware/sensors.h> 33 #include "sensors.h" 45 /* The SENSORS Module */ 54 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t)); variable 63 return sensors; 137 sensors =
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
DynamicSensorManager.h | 22 #include <hardware/sensors.h>
|
HidRawSensor.h | 24 #include <hardware/sensors.h> 73 // information needed to furnish sensor_t structure (see hardware/sensors.h) 128 // process HID sensor spec defined three axis sensors usages: accel, gyro, mag.
|
/test/vts-testcase/hal/sensors/V1_0/host/ |
VtsHalSensorsV1_0HostTest.py | 29 """Host testcase class for the SENSORS HIDL HAL. 32 sensors HIDL HAL. 36 """Creates a mirror and turns on the framework-layer SENSORS service.""" 51 target_type="sensors", 54 target_package="android.hardware.sensors", 77 This test obtains predefined enum values via sensors HIDL HAL host test framework and 78 compares them to known values as a sanity check to make sure both sensors HAL 81 sensors_types = self.dut.hal.sensors.GetHidlTypeInterface("types")
|
/compatibility/cdd/10_software-compatibility-testing/ |
10_2_cts-verifier.md | 7 sensors.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
DynamicSensorDiscoveryTestActivity.java | 17 package com.android.cts.verifier.sensors; 20 import com.android.cts.verifier.sensors.base.SensorCtsVerifierTestActivity; 69 // This device doesn't support dynamic sensors. So we won't
|
GyroscopeTestActivity.java | 17 package com.android.cts.verifier.sensors; 21 import com.android.cts.verifier.sensors.renderers.GLRotationGuideRenderer;
|
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 262 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;
|
/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;
|
/device/google/wahoo/ |
init.hardware.rc | 141 mkdir /dev/socket/pdx/system/vr/sensors 0775 system system 342 # Setup sensors-related directories and permissions 343 mkdir /persist/sensors 0775 344 chown root system /persist/sensors 345 write /persist/sensors/sensors_settings 1 346 chown root system /persist/sensors/sensors_settings 347 chmod 664 /persist/sensors/sensors_settings 348 chown root system /persist/sensors/sns.reg 349 chmod 664 /persist/sensors/sns.reg 351 mkdir /data/vendor/sensors 077 [all...] |
/external/mesa3d/src/gallium/auxiliary/hud/ |
hud_sensors_temp.c | 30 /* Purpose: Extract lm-sensors data, expose temperature, power, voltage. */ 46 #include <sensors/sensors.h> 105 /* Sensors API returns in AMPs, even though driver is reporting mA, 126 /* Sensors API returns in WATTs, even though driver is reporting mW, 326 /* Return the number of sensors detected. */
|
/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 1030 List<Sensor> sensors = getSensorList(Sensor.TYPE_DYNAMIC_SENSOR_META); local [all...] |
/frameworks/native/services/sensorservice/hidl/ |
SensorManager.cpp | 41 using ::android::hardware::sensors::V1_0::SensorInfo; 42 using ::android::hardware::sensors::V1_0::SensorsEventFormatOffset;
|
/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>
|
/device/google/taimen/ |
device.mk | 113 persist.config.calibration_fac=/persist/sensors/calibration/calibration.xml
|
/hardware/libhardware/modules/sensors/tests/ |
SensorEventQueue_test.cpp | 3 #include <hardware/sensors.h>
|