Home
last modified time | relevance | path

Searched defs:configureDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp83 void UinputKeyboard::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputKeyboard
146 void UinputExternalStylusWithPressure::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputExternalStylusWithPressure
165 void UinputKeyboardWithHidUsage::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputKeyboardWithHidUsage
180 void UinputTouchScreen::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputTouchScreen
DInputMapperTest.cpp121 std::list<NotifyArgs> InputMapperTest::configureDevice(ConfigurationChanges changes) { in configureDevice() function in android::InputMapperTest
DInputReader_test.cpp1387 void configureDevice(int fd, uinput_user_dev* device) override {} in TEST_F() function in android::TEST_F::InvalidUinputDevice
/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzContainer.h59 void configureDevice() { in configureDevice() function