Home
last modified time | relevance | path

Searched refs:last_motion_event_buttons (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp55 touchpad.last_motion_event_buttons = 0; in Reset()
146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState()
153 ALOGV("change %X from %X to %X", changes, touchpad.last_motion_event_buttons, in ButtonState()
166 touchpad.last_motion_event_buttons = buttons; in ButtonState()
211 touchpad.last_motion_event_buttons); in dumpInternal()
DVirtualTouchpadEvdev.h57 int32_t last_motion_event_buttons; member