Home
last modified time | relevance | path

Searched refs:KEY_UP_STATE (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment.cpp33 if (ev.type == EV_KEY && ev.code == BTN_TOUCH && ev.value == KEY_UP_STATE) { in IsTouchPadOptFinish()
H A Ddinput_sink_state.cpp105 RawEvent btnMouseUpEv = { event.when, EV_KEY, BTN_MOUSE, KEY_UP_STATE, dhId, event.path }; in SimulateMouseBtnMouseUpState()
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h41 const uint32_t KEY_UP_STATE = 0; member
H A Dinput_hub.cpp271 if (event.type == EV_KEY && event.value == KEY_UP_STATE) { in DealNormalKeyEvent()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp425 .value = KEY_UP_STATE in ResetVirtualDevicePressedKeys()

Completed in 6 milliseconds