Searched refs:setExcludedDevices (Results 1 – 4 of 4) sorted by relevance
189 virtual void setExcludedDevices(const std::vector<std::string>& devices) = 0;285 virtual void setExcludedDevices(const std::vector<std::string>& devices) override;
321 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
601 void EventHub::setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::EventHub
674 virtual void setExcludedDevices(const std::vector<std::string>& devices) { in setExcludedDevices() function in android::FakeEventHub