Home
last modified time | relevance | path

Searched refs:ACCELEROMETER (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp21 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P()
27 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P()
33 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P()
75 testSamplingRateHotSwitchOperation(SensorTypeVersion::ACCELEROMETER); in TEST_P()
76 testSamplingRateHotSwitchOperation(SensorTypeVersion::ACCELEROMETER, false /*fastToSlow*/); in TEST_P()
93 testBatchingOperation(SensorTypeVersion::ACCELEROMETER); in TEST_P()
108 testDirectReportOperation(SensorTypeVersion::ACCELEROMETER, SharedMemType::ASHMEM, in TEST_P()
114 testDirectReportOperation(SensorTypeVersion::ACCELEROMETER, SharedMemType::ASHMEM, in TEST_P()
120 testDirectReportOperation(SensorTypeVersion::ACCELEROMETER, SharedMemType::ASHMEM, in TEST_P()
162 testDirectReportOperation(SensorTypeVersion::ACCELEROMETER, SharedMemType::GRALLOC, in TEST_P()
[all …]
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp245 case SensorType::ACCELEROMETER: in TEST_P()
269 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P()
275 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P()
281 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P()
323 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER); in TEST_P()
324 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER, false /*fastToSlow*/); in TEST_P()
341 testBatchingOperation(SensorType::ACCELEROMETER); in TEST_P()
356 testDirectReportOperation(SensorType::ACCELEROMETER, SharedMemType::ASHMEM, RateLevel::NORMAL, in TEST_P()
362 testDirectReportOperation(SensorType::ACCELEROMETER, SharedMemType::ASHMEM, RateLevel::FAST, in TEST_P()
368 testDirectReportOperation(SensorType::ACCELEROMETER, SharedMemType::ASHMEM, in TEST_P()
[all …]
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_motion.cc40 case MotionSensorType::ACCELEROMETER: in GetHalSensorType()
41 return SensorType::ACCELEROMETER; in GetHalSensorType()
52 return SensorType::ACCELEROMETER; in GetHalSensorType()
Dgoog_sensor_motion.h32 ACCELEROMETER = 0, enumerator
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_motion_test.cc108 ptr = GoogSensorMotion::Create(MotionSensorType::ACCELEROMETER, in TEST()
112 ptr = GoogSensorMotion::Create(MotionSensorType::ACCELEROMETER, in TEST()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp86 case SensorType::ACCELEROMETER: in convertFromSensorEvent()
219 case SensorType::ACCELEROMETER: in convertToSensorEvent()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h60 CHECK_TYPE_STRING_FOR_SENSOR_TYPE(ACCELEROMETER); in assertTypeMatchStringType()
106 case SensorTypeT::ACCELEROMETER: in expectedReportModeForType()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp149 if (e.sensorType == SensorType::ACCELEROMETER) { in onEvent()
462 if (it.type == SensorType::ACCELEROMETER) { in InitializeSensorQueue()
/hardware/interfaces/sensors/common/default/2.X/
DSensor.cpp205 mSensorInfo.type = SensorType::ACCELEROMETER; in AccelSensor()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensor.cpp223 mSensorInfo.type = SensorType::ACCELEROMETER; in AccelSensor()
/hardware/interfaces/contexthub/1.0/
Dtypes.hal53 ACCELEROMETER,
/hardware/interfaces/sensors/1.0/
Dtypes.hal111 * For example, A device can have two sensors both of SensorType::ACCELEROMETER
128 * ACCELEROMETER
137 ACCELEROMETER = 1,
1183 * SensorType::ACCELEROMETER, SensorType::MAGNETIC_FIELD,
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DHalProxy_test.cpp901 event.sensorType = SensorType::ACCELEROMETER; in makeAccelerometerEvent()