Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp80 void UinputKeyboard::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputKeyboard
135 void UinputTouchScreen::configureDevice(int fd, uinput_user_dev* device) { in configureDevice() function in android::UinputTouchScreen
H A DInputReader_test.cpp2167 void configureDevice(int fd, uinput_user_dev* device) override {} in TEST_F() function in android::TEST_F::InvalidUinputDevice
2714 void configureDevice(uint32_t changes) { in configureDevice() function in android::InputMapperTest
9009 void configureDevice(uint32_t changes) { in configureDevice() function in android::PeripheralControllerTest
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp211 void EvdevDevice::configureDevice() { in configureDevice() function in android::EvdevDevice
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp590 struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCou… in configureDevice() function in android_audio_legacy::AudioUsbALSA