Searched refs:setExcludedDevices (Results 1 – 7 of 7) sorted by relevance
106 MOCK_METHOD(void, setExcludedDevices, (const std::vector<std::string>& devices));
183 void setExcludedDevices(const std::vector<std::string>& devices) override;
358 void FakeEventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::FakeEventHub
301 virtual void setExcludedDevices(const std::vector<std::string>& devices) = 0;555 void setExcludedDevices(const std::vector<std::string>& devices) override final;
145 void setExcludedDevices(const std::vector<std::string>& devices) override {} in setExcludedDevices() function
427 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
1463 void EventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::EventHub