Searched refs:getInputReportDefinition (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | MouseInputMapper.cpp | 54 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_MOUSE, 1); in configureInputReport() 62 getInputReportDefinition()->declareUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_X, in configureInputReport() 64 getInputReportDefinition()->declareUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_Y, in configureInputReport() 67 getInputReportDefinition()->declareUsage(INPUT_COLLECTION_ID_MOUSE, in configureInputReport() 71 getInputReportDefinition()->declareUsage(INPUT_COLLECTION_ID_MOUSE, in configureInputReport() 86 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_MOUSE, usages, numUsages); in configureInputReport()
|
D | SwitchInputMapper.cpp | 73 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_SWITCH, 1); in configureInputReport() 74 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_SWITCH, usages, numUsages); in configureInputReport()
|
D | InputMapper.h | 74 virtual InputReportDefinition* getInputReportDefinition() final { return mInputReportDef; } in getInputReportDefinition() function
|