Home
last modified time | relevance | path

Searched refs:owned_uinput_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.h133 std::unique_ptr<UInput> owned_uinput_; variable
DEvdevInjector.cpp77 owned_uinput_.reset(new EvdevInjector::UInput()); in ConfigureBegin()
78 uinput_ = owned_uinput_.get(); in ConfigureBegin()