Searched defs:applicationHandle (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AnrController.java | 68 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, in notifyAppUnresponsive()
|
H A D | InputManagerCallback.java | 98 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr()
|
H A D | WindowManagerService.java | 8770 final InputApplicationHandle applicationHandle; in grantInputChannel() local 8786 name, applicationHandle, flags, privateFlags, inputFeatures, sanitizedType, in grantInputChannel() local 8824 InputApplicationHandle applicationHandle, int flags, in updateInputChannel() 8886 final InputApplicationHandle applicationHandle; in updateInputChannel() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_input_InputWindowHandle.cpp | 261 applicationHandle(env, in android_view_InputWindowHandle_fromWindowInfo() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2847 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1050 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication() local
|