Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h265 virtual void setExcludedDevices(const std::vector<std::string>& devices) = 0;
477 void setExcludedDevices(const std::vector<std::string>& devices) override final;
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp348 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
H A DEventHub.cpp1172 void EventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp772 void setExcludedDevices(const std::vector<std::string>& devices) override { in setExcludedDevices() function in android::FakeEventHub