Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h340 virtual void requestReopenDevices() = 0;
508 void requestReopenDevices() override final;
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp361 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
H A DEventHub.cpp2408 void EventHub::requestReopenDevices() { in requestReopenDevices() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp983 void requestReopenDevices() override {} in requestReopenDevices() function in android::FakeEventHub