Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSingleTouchInputMapper.cpp21 SingleTouchInputMapper::SingleTouchInputMapper(InputDeviceContext& deviceContext) in SingleTouchInputMapper() function in android::SingleTouchInputMapper
24 SingleTouchInputMapper::~SingleTouchInputMapper() {} in ~SingleTouchInputMapper()
26 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
32 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process()
38 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
70 void SingleTouchInputMapper::configureRawPointerAxes() { in configureRawPointerAxes()
82 bool SingleTouchInputMapper::hasStylus() const { in hasStylus()
H A DSingleTouchInputMapper.h25 class SingleTouchInputMapper : public TouchInputMapper {
27 explicit SingleTouchInputMapper(InputDeviceContext& deviceContext);
28 ~SingleTouchInputMapper() override;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4875 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4885 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4894 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4903 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4914 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4942 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4970 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
4985 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
5035 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
5156 SingleTouchInputMapper& mapper = addMapperAndConfigure<SingleTouchInputMapper>(); in TEST_F()
[all …]
/aosp12/frameworks/native/services/inputflinger/reader/
H A DAndroid.bp52 "mapper/SingleTouchInputMapper.cpp",
H A DInputDevice.cpp208 mappers.push_back(std::make_unique<SingleTouchInputMapper>(*contextPtr)); in addEventHubDevice()