Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A 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
H A DInputMapperTest.cpp146 std::list<NotifyArgs> InputMapperTest::configureDevice(ConfigurationChanges changes) { in configureDevice() function in android::InputMapperTest
H A DInputReader_test.cpp1486 void configureDevice(int fd, uinput_user_dev* device) override {} in TEST_F() function in android::TEST_F::InvalidUinputDevice
/aosp_15_r20/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp210 void EvdevDevice::configureDevice() { in configureDevice() function in android::EvdevDevice
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Encoder.cpp591 bool V4L2Encoder::configureDevice(C2Config::profile_t outputProfile, in configureDevice() function in android::V4L2Encoder