Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.cpp939 const sp<InputApplicationHandle>& applicationHandle, in handleTargetsNotReadyLocked() argument
942 if (applicationHandle == NULL && windowHandle == NULL) { in handleTargetsNotReadyLocked()
957 getApplicationWindowLabelLocked(applicationHandle, windowHandle).string(), in handleTargetsNotReadyLocked()
963 } else if (applicationHandle != NULL) { in handleTargetsNotReadyLocked()
964 timeout = applicationHandle->getDispatchingTimeout( in handleTargetsNotReadyLocked()
979 if (mInputTargetWaitApplicationHandle == NULL && applicationHandle != NULL) { in handleTargetsNotReadyLocked()
980 mInputTargetWaitApplicationHandle = applicationHandle; in handleTargetsNotReadyLocked()
990 onANRLocked(currentTime, applicationHandle, windowHandle, in handleTargetsNotReadyLocked()
1711 const sp<InputApplicationHandle>& applicationHandle, in getApplicationWindowLabelLocked() argument
1713 if (applicationHandle != NULL) { in getApplicationWindowLabelLocked()
[all …]
DInputDispatcher.h1006 const sp<InputApplicationHandle>& applicationHandle,
1031 String8 getApplicationWindowLabelLocked(const sp<InputApplicationHandle>& applicationHandle,
1084 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp675 sp<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
677 mInputManager->getDispatcher()->setFocusedApplication(applicationHandle); in setFocusedApplication()