Home
last modified time | relevance | path

Searched refs:allocateReport (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputMapper.cpp26 mReport = mInputReportDef->allocateReport(); in getInputReport()
DInputHost.cpp51 InputReport* InputReportDefinition::allocateReport() { in allocateReport() function in android::InputReportDefinition
DInputHost.h84 virtual InputReport* allocateReport();
/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp81 EXPECT_CALL(reportDef, allocateReport()) in TEST_F()
DMockInputHost.h45 MOCK_METHOD0(allocateReport, InputReport*());
DMouseInputMapper_test.cpp91 EXPECT_CALL(reportDef, allocateReport()) in TEST_F()