Lines Matching refs:UinputTouchScreen
174 UinputTouchScreen::UinputTouchScreen(const Rect& size, const std::string& physicalPort) in UinputTouchScreen() function in android::UinputTouchScreen
180 void UinputTouchScreen::configureDevice(int fd, uinput_user_dev* device) { in configureDevice()
214 void UinputTouchScreen::sendSlot(int32_t slot) { in sendSlot()
218 void UinputTouchScreen::sendTrackingId(int32_t trackingId) { in sendTrackingId()
222 void UinputTouchScreen::sendDown(const Point& point) { in sendDown()
229 void UinputTouchScreen::sendMove(const Point& point) { in sendMove()
234 void UinputTouchScreen::sendPressure(int32_t pressure) { in sendPressure()
238 void UinputTouchScreen::sendPointerUp() { in sendPointerUp()
242 void UinputTouchScreen::sendUp() { in sendUp()
247 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
251 void UinputTouchScreen::sendSync() { in sendSync()
256 const Point UinputTouchScreen::getCenterPoint() { in getCenterPoint()