Home
last modified time | relevance | path

Searched defs:originType (Results 1 – 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/test/
Dgesture_handler_test.cpp48 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
70 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
97 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
129 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
166 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
191 int32_t originType = 999; variable
211 auto originType = LIBINPUT_EVENT_TOUCHPAD_DOWN; variable
228 auto originType = LIBINPUT_EVENT_TOUCHPAD_MOTION; variable
245 auto originType = LIBINPUT_EVENT_TOUCHPAD_MOTION; variable
262 auto originType = LIBINPUT_EVENT_TOUCHPAD_UP; variable
/foundation/multimodalinput/input/service/event_handler/src/
Dgesture_handler.cpp51 int32_t GestureHandler::GestureIdentify(int32_t originType, int32_t seatSlot, double logicalX, doub… in GestureIdentify()
Devent_normalize_handler.cpp503 auto originType = libinput_event_get_type(event); in GestureIdentify() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Drenderer_in_client.cpp300 AudioPipeType originType = rendererInfo_.pipeType; in InitDirectPipeType() local