Home
last modified time | relevance | path

Searched refs:addCollection (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp52 EXPECT_CALL(reportDef, addCollection(INPUT_COLLECTION_ID_SWITCH, 1)); in TEST_F()
64 EXPECT_CALL(reportDef, addCollection(_, _)).Times(0); in TEST_F()
75 EXPECT_CALL(reportDef, addCollection(_, _)); in TEST_F()
DMouseInputMapper_test.cpp54 EXPECT_CALL(reportDef, addCollection(id, 1)); in TEST_F()
70 EXPECT_CALL(reportDef, addCollection(INPUT_COLLECTION_ID_MOUSE, 1)); in TEST_F()
84 EXPECT_CALL(reportDef, addCollection(_, _)); in TEST_F()
DMockInputHost.h41 MOCK_METHOD2(addCollection, void(InputCollectionId id, int32_t arity));
/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp73 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_SWITCH, 1); in configureInputReport()
DMouseInputMapper.cpp54 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_MOUSE, 1); in configureInputReport()
DInputHost.cpp35 void InputReportDefinition::addCollection(InputCollectionId id, int32_t arity) { in addCollection() function in android::InputReportDefinition
DInputHost.h79 virtual void addCollection(InputCollectionId id, int32_t arity);