Searched refs:ModaliasHandler (Results 1 – 3 of 3) sorted by relevance
27 ModaliasHandler::ModaliasHandler(const std::vector<std::string>& base_paths) in ModaliasHandler() function in android::init::ModaliasHandler30 void ModaliasHandler::HandleUevent(const Uevent& uevent) { in HandleUevent()
30 class ModaliasHandler : public UeventHandler {32 ModaliasHandler(const std::vector<std::string>&);33 virtual ~ModaliasHandler() = default;
310 uevent_handlers.emplace_back(std::make_unique<ModaliasHandler>(base_paths)); in ueventd_main()