Searched refs:hotplug_handler_ (Results 1 – 2 of 2) sorted by relevance
66 assert(!hotplug_handler_); in RegisterHotplugHandler()67 hotplug_handler_.reset(handler); in RegisterHotplugHandler()102 if (!hotplug_handler_) in UEventHandler()117 hotplug_handler_->HandleEvent(timestamp); in UEventHandler()
61 std::unique_ptr<DrmEventHandler> hotplug_handler_; variable