Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp222 waitForInputDevices([](bool devicesChanged) { in assertInputDevicesChanged()
230 waitForInputDevices([](bool devicesChanged) { in assertInputDevicesNotChanged()
381 void waitForInputDevices(std::function<void(bool)> processDevicesChanged) { in waitForInputDevices() function in android::FakeInputReaderPolicy