Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h192 virtual void setExcludedDevices(const std::vector<std::string>& devices) = 0;
289 virtual void setExcludedDevices(const std::vector<std::string>& devices);
DEventHub.cpp566 void EventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::EventHub
DInputReader.cpp559 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp608 virtual void setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::FakeEventHub