Searched refs:getInputReport (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | MouseInputMapper.cpp | 154 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_MOUSE, codeMap[bit].usage, in sync() 160 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_X, mRelX, 0); in sync() 163 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_Y, mRelY, 0); in sync() 166 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_VSCROLL, in sync() 170 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_HSCROLL, in sync() 175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
|
D | InputMapper.cpp | 23 InputReport* InputMapper::getInputReport() { in getInputReport() function in android::InputMapper
|
D | SwitchInputMapper.cpp | 127 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_SWITCH, codeMap[bit].usage, in sync() 131 getInputReport()->reportEvent(getDeviceHandle()); in sync()
|
D | InputMapper.h | 77 virtual InputReport* getInputReport() final;
|