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

  /hardware/libhardware/modules/input/evdev/
InputMapper.cpp 26 mReport = mInputReportDef->allocateReport();
InputHost.cpp 51 InputReport* InputReportDefinition::allocateReport() {
InputHost.h 84 virtual InputReport* allocateReport();
  /hardware/libhardware/tests/input/evdev/
MockInputHost.h 45 MOCK_METHOD0(allocateReport, InputReport*());
SwitchInputMapper_test.cpp 81 EXPECT_CALL(reportDef, allocateReport())
MouseInputMapper_test.cpp 91 EXPECT_CALL(reportDef, allocateReport())

Completed in 402 milliseconds