Lines Matching refs:CapturedTouchpadEventConverter
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()
322 void CapturedTouchpadEventConverter::freePointerIdForSlot(size_t slotNumber) { in freePointerIdForSlot()