Searched refs:applicationHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 987 const sp<InputApplicationHandle>& applicationHandle, in handleTargetsNotReadyLocked() argument 990 if (applicationHandle == NULL && windowHandle == NULL) { in handleTargetsNotReadyLocked() 1005 getApplicationWindowLabelLocked(applicationHandle, windowHandle).c_str(), in handleTargetsNotReadyLocked() 1011 } else if (applicationHandle != NULL) { in handleTargetsNotReadyLocked() 1012 timeout = applicationHandle->getDispatchingTimeout( in handleTargetsNotReadyLocked() 1027 if (mInputTargetWaitApplicationHandle == NULL && applicationHandle != NULL) { in handleTargetsNotReadyLocked() 1028 mInputTargetWaitApplicationHandle = applicationHandle; in handleTargetsNotReadyLocked() 1038 onANRLocked(currentTime, applicationHandle, windowHandle, in handleTargetsNotReadyLocked() 1779 const sp<InputApplicationHandle>& applicationHandle, in getApplicationWindowLabelLocked() argument 1781 if (applicationHandle != NULL) { in getApplicationWindowLabelLocked() [all …]
|
D | InputDispatcher.h | 1033 const sp<InputApplicationHandle>& applicationHandle, 1057 std::string getApplicationWindowLabelLocked(const sp<InputApplicationHandle>& applicationHandle, 1115 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 789 sp<InputApplicationHandle> applicationHandle = in setFocusedApplication() local 791 mInputManager->getDispatcher()->setFocusedApplication(applicationHandle); in setFocusedApplication()
|