Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.cpp54 SensorInputMapper::SensorInputMapper(InputDeviceContext& deviceContext) in SensorInputMapper() function in android::SensorInputMapper
57 SensorInputMapper::~SensorInputMapper() {} in ~SensorInputMapper()
59 uint32_t SensorInputMapper::getSources() { in getSources()
64 bool SensorInputMapper::tryGetProperty(std::string keyName, T& outValue) { in tryGetProperty()
81 void SensorInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
90 void SensorInputMapper::dump(std::string& dump) { in dump()
162 SensorInputMapper::Axis SensorInputMapper::createAxis(const AxisInfo& axisInfo, in createAxis()
187 void SensorInputMapper::reset(nsecs_t when) { in reset()
198 SensorInputMapper::Sensor SensorInputMapper::createSensor(InputDeviceSensorType sensorType, in createSensor()
258 void SensorInputMapper::process(const RawEvent* rawEvent) { in process()
[all …]
H A DSensorInputMapper.h26 class SensorInputMapper : public InputMapper {
28 explicit SensorInputMapper(InputDeviceContext& deviceContext);
29 ~SensorInputMapper() override;
/aosp12/frameworks/native/services/inputflinger/reader/
H A DAndroid.bp51 "mapper/SensorInputMapper.cpp",
H A DInputDevice.cpp218 mappers.push_back(std::make_unique<SensorInputMapper>(*contextPtr)); in addEventHubDevice()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3006 SensorInputMapper& mapper = addMapperAndConfigure<SensorInputMapper>(); in TEST_F()
3014 SensorInputMapper& mapper = addMapperAndConfigure<SensorInputMapper>(); in TEST_F()
3044 SensorInputMapper& mapper = addMapperAndConfigure<SensorInputMapper>(); in TEST_F()