Searched refs:allocateReport (Results 1 – 6 of 6) sorted by relevance
26 mReport = mInputReportDef->allocateReport(); in getInputReport()
51 InputReport* InputReportDefinition::allocateReport() { in allocateReport() function in android::InputReportDefinition
84 virtual InputReport* allocateReport();
81 EXPECT_CALL(reportDef, allocateReport()) in TEST_F()
45 MOCK_METHOD0(allocateReport, InputReport*());
91 EXPECT_CALL(reportDef, allocateReport()) in TEST_F()