Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp247 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
784 jint wmActions; in interceptKeyBeforeQueueing() local
786 wmActions = env->CallIntMethod(mServiceObj, in interceptKeyBeforeQueueing()
790 wmActions = 0; in interceptKeyBeforeQueueing()
796 wmActions = 0; in interceptKeyBeforeQueueing()
809 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptKeyBeforeQueueing()
830 jint wmActions = env->CallIntMethod(mServiceObj, in interceptMotionBeforeQueueing() local
835 wmActions = 0; in interceptMotionBeforeQueueing()
839 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptMotionBeforeQueueing()
846 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions() argument
[all …]