HomeSort by relevance Sort by last modified time
    Searched refs:configureInputReport (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.h 34 virtual bool configureInputReport(InputDeviceNode* devNode,
MouseInputMapper.h 33 virtual bool configureInputReport(InputDeviceNode* devNode,
InputMapper.h 44 * configureInputReport will populate the InputReportDefinition and return
48 virtual bool configureInputReport(InputDeviceNode* devNode, InputReportDefinition* report) {
SwitchInputMapper.cpp 59 bool SwitchInputMapper::configureInputReport(InputDeviceNode* devNode,
MouseInputMapper.cpp 51 bool MouseInputMapper::configureInputReport(InputDeviceNode* devNode,
InputDevice.cpp 229 if (mapper->configureInputReport(mDeviceNode.get(), reportDef)) {
  /hardware/libhardware/tests/input/evdev/
SwitchInputMapper_test.cpp 57 EXPECT_TRUE(mMapper->configureInputReport(&deviceNode, &reportDef));
67 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef));
78 mMapper->configureInputReport(&deviceNode, &reportDef);
MouseInputMapper_test.cpp 63 EXPECT_TRUE(mMapper->configureInputReport(&deviceNode, &reportDef));
74 EXPECT_FALSE(mMapper->configureInputReport(&deviceNode, &reportDef));
88 mMapper->configureInputReport(&deviceNode, &reportDef);

Completed in 986 milliseconds