Searched refs:owned_uinput_ (Results 1 – 2 of 2) sorted by relevance
133 std::unique_ptr<UInput> owned_uinput_; variable
77 owned_uinput_.reset(new EvdevInjector::UInput()); in ConfigureBegin()78 uinput_ = owned_uinput_.get(); in ConfigureBegin()