Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp394 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
1230 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptKeyBeforeQueueing()
1263 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptMotionBeforeQueueing()
1272 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions() function in android::NativeInputManager