Home
last modified time | relevance | path

Searched refs:getInputReport (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp154 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()
DInputMapper.cpp23 InputReport* InputMapper::getInputReport() { in getInputReport() function in android::InputMapper
DSwitchInputMapper.cpp127 getInputReport()->setBoolUsage(INPUT_COLLECTION_ID_SWITCH, codeMap[bit].usage, in sync()
131 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DInputMapper.h77 virtual InputReport* getInputReport() final;