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

/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.h17 class EvdevInjector { class in namespace:android::dvr
19 // EvdevInjector-specific error codes are negative integers; other non-zero
21 // EvdevInjector maintains a 'sticky' error state, similar to |errno|, so that
55 EvdevInjector() {} function
56 ~EvdevInjector() { Close(); }
108 // Caller must not retain pointer longer than EvdevInjector.
135 EvdevInjector(const EvdevInjector&) = delete;
136 void operator=(const EvdevInjector&) = delete;

Completed in 200 milliseconds