Home
last modified time | relevance | path

Searched refs:SensorInputMapper (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp55 SensorInputMapper::SensorInputMapper(InputDeviceContext& deviceContext, in SensorInputMapper() function in android::SensorInputMapper
59 SensorInputMapper::~SensorInputMapper() {} in ~SensorInputMapper()
61 uint32_t SensorInputMapper::getSources() const { in getSources()
65 void SensorInputMapper::parseSensorConfiguration(InputDeviceSensorType sensorType, int32_t absCode, in parseSensorConfiguration()
77 void SensorInputMapper::populateDeviceInfo(InputDeviceInfo& info) { in populateDeviceInfo()
86 void SensorInputMapper::dump(std::string& dump) { in dump()
120 std::list<NotifyArgs> SensorInputMapper::reconfigure(nsecs_t when, in reconfigure()
160 SensorInputMapper::Axis SensorInputMapper::createAxis(const AxisInfo& axisInfo, in createAxis()
185 std::list<NotifyArgs> SensorInputMapper::reset(nsecs_t when) { in reset()
196 SensorInputMapper::Sensor SensorInputMapper::createSensor(InputDeviceSensorType sensorType, in createSensor()
[all …]
DSensorInputMapper.h28 class SensorInputMapper : public InputMapper {
34 ~SensorInputMapper() override;
111 explicit SensorInputMapper(InputDeviceContext& deviceContext,
/frameworks/native/services/inputflinger/reader/
DAndroid.bp54 "mapper/SensorInputMapper.cpp",
DInputDevice.cpp563 mappers.push_back(createInputMapper<SensorInputMapper>(contextPtr, readerConfig)); in createMappers()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3248 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()
3256 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()
3286 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F()