Searched refs:addCollection (Results 1 – 7 of 7) sorted by relevance
/hardware/libhardware/tests/input/evdev/ |
D | SwitchInputMapper_test.cpp | 52 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()
|
D | MouseInputMapper_test.cpp | 54 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()
|
D | MockInputHost.h | 41 MOCK_METHOD2(addCollection, void(InputCollectionId id, int32_t arity));
|
/hardware/libhardware/modules/input/evdev/ |
D | SwitchInputMapper.cpp | 73 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_SWITCH, 1); in configureInputReport()
|
D | MouseInputMapper.cpp | 54 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_MOUSE, 1); in configureInputReport()
|
D | InputHost.cpp | 35 void InputReportDefinition::addCollection(InputCollectionId id, int32_t arity) { in addCollection() function in android::InputReportDefinition
|
D | InputHost.h | 79 virtual void addCollection(InputCollectionId id, int32_t arity);
|