Searched defs:UInput (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.h38 // UInput provides a shim to intercept /dev/uinput operations
41 class UInput { class
43 UInput() {} function in class:android::dvr::EvdevInjector::UInput
44 virtual ~UInput() {}
107 inline void SetUInputForTesting(UInput* uinput) { uinput_ = uinput; }
125 // Active pointer to owned or testing UInput.
126 UInput* uinput_ = nullptr;
127 std::unique_ptr<UInput> owned_uinput_;

Completed in 350 milliseconds