Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputDriver.h65 virtual input_report_t* inputAllocateReport(input_report_definition_t* r) = 0;
112 virtual input_report_t* inputAllocateReport(input_report_definition_t* r) override;
DInputDriver.cpp194 input_report_t* InputDriver::inputAllocateReport(input_report_definition_t* r) { in inputAllocateReport() function in android::InputDriver
360 return driver->inputAllocateReport(r); in input_allocate_report()