Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h106 MOCK_METHOD(void, setExcludedDevices, (const std::vector<std::string>& devices));
DFakeEventHub.h183 void setExcludedDevices(const std::vector<std::string>& devices) override;
DFakeEventHub.cpp358 void FakeEventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h301 virtual void setExcludedDevices(const std::vector<std::string>& devices) = 0;
555 void setExcludedDevices(const std::vector<std::string>& devices) override final;
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h145 void setExcludedDevices(const std::vector<std::string>& devices) override {} in setExcludedDevices() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp427 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
DEventHub.cpp1463 void EventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::EventHub