Home
last modified time | relevance | path

Searched refs:PROXIMITY (Results 1 – 9 of 9) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_environment.cc40 case EnvironmentSensorType::PROXIMITY: in GetHalSensorType()
41 return SensorType::PROXIMITY; in GetHalSensorType()
Dgoog_sensor_environment.h32 PROXIMITY, enumerator
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_environment_test.cc107 ptr = GoogSensorEnvironment::Create(EnvironmentSensorType::PROXIMITY); in TEST()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp133 case SensorType::PROXIMITY: in convertFromSensorEvent()
267 case SensorType::PROXIMITY: in convertToSensorEvent()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h84 CHECK_TYPE_STRING_FOR_SENSOR_TYPE(PROXIMITY); in assertTypeMatchStringType()
124 case SensorTypeT::PROXIMITY: in expectedReportModeForType()
/hardware/interfaces/sensors/common/default/2.X/
DSensor.cpp292 mSensorInfo.type = SensorType::PROXIMITY; in ProximitySensor()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensor.cpp282 mSensorInfo.type = SensorType::PROXIMITY; in ProximitySensor()
/hardware/interfaces/sensors/1.0/
Dtypes.hal107 * SensorType::PROXIMITY and SensorType::SIGNIFICANT_MOTION for more info.
202 * PROXIMITY
212 PROXIMITY = 8,
1206 * SensorType::TEMPERATURE, SensorType::PROXIMITY,
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DHalProxy_test.cpp891 event.sensorType = SensorType::PROXIMITY; in makeProximityEvent()