Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp193 waitForInputDevices([](bool devicesChanged) { in assertInputDevicesChanged()
201 waitForInputDevices([](bool devicesChanged) { in assertInputDevicesNotChanged()
340 void waitForInputDevices(std::function<void(bool)> processDevicesChanged) { in waitForInputDevices() function in android::FakeInputReaderPolicy