Searched refs:configureInputReport (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/tests/input/evdev/ |
D | SwitchInputMapper_test.cpp | 57 EXPECT_TRUE(mMapper->configureInputReport(&deviceNode, &reportDef)); in TEST_F() 67 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef)); in TEST_F() 78 mMapper->configureInputReport(&deviceNode, &reportDef); in TEST_F()
|
D | MouseInputMapper_test.cpp | 63 EXPECT_TRUE(mMapper->configureInputReport(&deviceNode, &reportDef)); in TEST_F() 74 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef)); in TEST_F() 88 mMapper->configureInputReport(&deviceNode, &reportDef); in TEST_F()
|
/hardware/libhardware/modules/input/evdev/ |
D | SwitchInputMapper.h | 34 virtual bool configureInputReport(InputDeviceNode* devNode,
|
D | MouseInputMapper.h | 33 virtual bool configureInputReport(InputDeviceNode* devNode,
|
D | InputMapper.h | 48 virtual bool configureInputReport(InputDeviceNode* devNode, InputReportDefinition* report) { in configureInputReport() function
|
D | SwitchInputMapper.cpp | 59 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport() function in android::SwitchInputMapper
|
D | MouseInputMapper.cpp | 51 bool MouseInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport() function in android::MouseInputMapper
|
D | InputDevice.cpp | 229 if (mapper->configureInputReport(mDeviceNode.get(), reportDef)) { in configureDevice()
|