Searched refs:hotplug_handler_ (Results 1 – 2 of 2) sorted by relevance
108 assert(!hotplug_handler_); in RegisterHotplugHandler()109 hotplug_handler_.reset(handler); in RegisterHotplugHandler()113 if (handler == hotplug_handler_.get()) in UnRegisterHotplugHandler()114 hotplug_handler_ = NULL; in UnRegisterHotplugHandler()189 if (!hotplug_handler_) in UEventHandler()192 hotplug_handler_->HandleEvent(timestamp); in UEventHandler()
80 std::unique_ptr<DrmEventHandler> hotplug_handler_; variable