Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp239 void FakeInputReaderPolicy::waitForInputDevices(std::function<void(bool)> processDevicesChanged) { in waitForInputDevices() argument
247 ASSERT_NO_FATAL_FAILURE(processDevicesChanged(devicesChanged)); in waitForInputDevices()
DFakeInputReaderPolicy.h88 void waitForInputDevices(std::function<void(bool)> processDevicesChanged);