Searched refs:CapturedTouchpadEventConverter (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 47 CapturedTouchpadEventConverter::CapturedTouchpadEventConverter( in CapturedTouchpadEventConverter() function in android::CapturedTouchpadEventConverter 85 std::string CapturedTouchpadEventConverter::dump() const { in dump() 108 void CapturedTouchpadEventConverter::populateMotionRanges(InputDeviceInfo& info) const { in populateMotionRanges() 133 void CapturedTouchpadEventConverter::tryAddRawMotionRange(InputDeviceInfo& deviceInfo, in tryAddRawMotionRange() 144 void CapturedTouchpadEventConverter::reset() { in reset() 151 std::list<NotifyArgs> CapturedTouchpadEventConverter::process(const RawEvent& rawEvent) { in process() 163 std::list<NotifyArgs> CapturedTouchpadEventConverter::sync(nsecs_t when, nsecs_t readTime) { in sync() 275 NotifyMotionArgs CapturedTouchpadEventConverter::makeMotionArgs( in makeMotionArgs() 290 PointerCoords CapturedTouchpadEventConverter::makePointerCoordsForSlot( in makePointerCoordsForSlot() 315 int32_t CapturedTouchpadEventConverter::allocatePointerIdToSlot(size_t slotNumber) { in allocatePointerIdToSlot() [all …]
|
D | CapturedTouchpadEventConverter.h | 38 class CapturedTouchpadEventConverter { 40 explicit CapturedTouchpadEventConverter(InputReaderContext& readerContext,
|
D | TouchpadInputMapper.h | 94 CapturedTouchpadEventConverter mCapturedEventConverter;
|
/frameworks/native/services/inputflinger/tests/ |
D | CapturedTouchpadEventConverter_test.cpp | 79 CapturedTouchpadEventConverter createConverter() { in createConverter() 81 return CapturedTouchpadEventConverter(*mReader.getContext(), mDeviceContext, mAccumulator, in createConverter() 85 void processAxis(CapturedTouchpadEventConverter& conv, int32_t type, int32_t code, in processAxis() 98 std::list<NotifyArgs> processSync(CapturedTouchpadEventConverter& conv) { in processSync() 109 NotifyMotionArgs processSyncAndExpectSingleMotionArg(CapturedTouchpadEventConverter& conv) { in processSyncAndExpectSingleMotionArg() 133 CapturedTouchpadEventConverter conv(*mReader.getContext(), mDeviceContext, mAccumulator, in TEST_F() 209 CapturedTouchpadEventConverter conv(*mReader.getContext(), mDeviceContext, mAccumulator, in TEST_F() 223 CapturedTouchpadEventConverter conv = createConverter(); in TEST_F() 263 CapturedTouchpadEventConverter conv(*mReader.getContext(), mDeviceContext, mAccumulator, in TEST_F() 284 CapturedTouchpadEventConverter conv(*mReader.getContext(), mDeviceContext, mAccumulator, in TEST_F() [all …]
|
/frameworks/native/services/inputflinger/reader/ |
D | Android.bp | 46 "mapper/CapturedTouchpadEventConverter.cpp",
|