HomeSort by relevance Sort by last modified time
    Searched refs:owned_uinput_ (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 127 std::unique_ptr<UInput> owned_uinput_; variable
EvdevInjector.cpp 77 owned_uinput_.reset(new EvdevInjector::UInput());
78 uinput_ = owned_uinput_.get();

Completed in 235 milliseconds