Home
last modified time | relevance | path

Searched refs:getInputReportDefinition (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp54 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()
DSwitchInputMapper.cpp73 getInputReportDefinition()->addCollection(INPUT_COLLECTION_ID_SWITCH, 1); in configureInputReport()
74 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_SWITCH, usages, numUsages); in configureInputReport()
DInputMapper.h74 virtual InputReportDefinition* getInputReportDefinition() final { return mInputReportDef; } in getInputReportDefinition() function