Home
last modified time | relevance | path

Searched refs:configureInputReport (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DSwitchInputMapper_test.cpp57 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()
DMouseInputMapper_test.cpp63 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/
DSwitchInputMapper.h34 virtual bool configureInputReport(InputDeviceNode* devNode,
DMouseInputMapper.h33 virtual bool configureInputReport(InputDeviceNode* devNode,
DInputMapper.h48 virtual bool configureInputReport(InputDeviceNode* devNode, InputReportDefinition* report) { in configureInputReport() function
DSwitchInputMapper.cpp59 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport() function in android::SwitchInputMapper
DMouseInputMapper.cpp51 bool MouseInputMapper::configureInputReport(InputDeviceNode* devNode, in configureInputReport() function in android::MouseInputMapper
DInputDevice.cpp229 if (mapper->configureInputReport(mDeviceNode.get(), reportDef)) { in configureDevice()