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.cpp249 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
789 jint wmActions; in interceptKeyBeforeQueueing() local
791 wmActions = env->CallIntMethod(mServiceObj, in interceptKeyBeforeQueueing()
795 wmActions = 0; in interceptKeyBeforeQueueing()
801 wmActions = 0; in interceptKeyBeforeQueueing()
814 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptKeyBeforeQueueing()
835 jint wmActions = env->CallIntMethod(mServiceObj, in interceptMotionBeforeQueueing() local
840 wmActions = 0; in interceptMotionBeforeQueueing()
844 handleInterceptActions(wmActions, when, /*byref*/ policyFlags); in interceptMotionBeforeQueueing()
851 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when, in handleInterceptActions() argument
[all …]