Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp227 mDevicesChangedCondition.notify_all(); in notifyInputDevicesChanged()
244 mDevicesChangedCondition.wait_for(lock, WAIT_TIMEOUT, [this]() REQUIRES(mLock) { in waitForInputDevices()
DFakeInputReaderPolicy.h92 std::condition_variable mDevicesChangedCondition; variable