Home
last modified time | relevance | path

Searched refs:UinputTouchScreen (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp132 UinputTouchScreen::UinputTouchScreen(const Rect* size) in UinputTouchScreen() function in android::UinputTouchScreen
133 : UinputDevice(UinputTouchScreen::DEVICE_NAME), mSize(*size) {} in UinputTouchScreen()
135 void UinputTouchScreen::configureDevice(int fd, uinput_user_dev* device) { in configureDevice()
161 void UinputTouchScreen::sendSlot(int32_t slot) { in sendSlot()
165 void UinputTouchScreen::sendTrackingId(int32_t trackingId) { in sendTrackingId()
169 void UinputTouchScreen::sendDown(const Point& point) { in sendDown()
176 void UinputTouchScreen::sendMove(const Point& point) { in sendMove()
182 void UinputTouchScreen::sendPointerUp() { in sendPointerUp()
187 void UinputTouchScreen::sendUp() { in sendUp()
193 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
[all …]
H A DUinputDevice.h123 class UinputTouchScreen : public UinputDevice {
149 UinputTouchScreen(const Rect* size);
H A DInputReader_test.cpp2273 mDevice = createUinputDevice<UinputTouchScreen>(Rect(0, 0, DISPLAY_WIDTH, DISPLAY_HEIGHT)); in SetUp()
2287 std::unique_ptr<UinputTouchScreen> mDevice;