Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h743 void dispatchVirtualKey(nsecs_t when, nsecs_t readTime, uint32_t policyFlags,
H A DTouchInputMapper.cpp1815 dispatchVirtualKey(when, readTime, policyFlags, AKEY_EVENT_ACTION_UP, in consumeRawTouches()
1842 dispatchVirtualKey(when, readTime, policyFlags, AKEY_EVENT_ACTION_UP, in consumeRawTouches()
1873 dispatchVirtualKey(when, readTime, policyFlags, AKEY_EVENT_ACTION_DOWN, in consumeRawTouches()
1904 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, uint32_t policyFlags, in dispatchVirtualKey() function in android::TouchInputMapper