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

/hardware/libhardware/modules/input/evdev/
H A DInputHost.h53 class InputReport : private InputHostBase { class in namespace:android
55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : function in class:android::InputReport
57 virtual ~InputReport() = default;
67 InputReport(const InputReport& rhs) = delete;
68 InputReport& operator=(const InputReport& rhs) = delete;
84 virtual InputReport* allocateReport();

Completed in 5 milliseconds