Searched defs:applicationHandle (Results  1 – 9 of 9) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | AnrController.java | 68     void notifyAppUnresponsive(InputApplicationHandle applicationHandle,  in notifyAppUnresponsive()
  | 
| D | InputManagerCallback.java | 98     public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) {  in notifyNoFocusedWindowAnr()
  | 
| 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
  | 
| /frameworks/native/services/inputflinger/benchmarks/ | 
| D | InputDispatcher_benchmarks.cpp | 60             const std::shared_ptr<InputApplicationHandle>& applicationHandle) override {  in notifyNoFocusedWindowAnr()
  | 
| /frameworks/base/core/jni/ | 
| D | android_hardware_input_InputWindowHandle.cpp | 261             applicationHandle(env,  in android_view_InputWindowHandle_fromWindowInfo()  local
  | 
| /frameworks/native/services/inputflinger/dispatcher/ | 
| D | InputDispatcher.cpp | 3092         const InputApplicationHandle* applicationHandle, const sp<WindowInfoHandle>& windowHandle) {  in getApplicationWindowLabel() 5649             const std::shared_ptr<InputApplicationHandle>& applicationHandle = it.second;  in dumpDispatchStateLocked()  local
  | 
| /frameworks/base/services/core/java/com/android/server/input/ | 
| D | InputManagerService.java | 2847         void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle);  in notifyNoFocusedWindowAnr()
  | 
| /frameworks/base/services/core/jni/ | 
| D | com_android_server_input_InputManagerService.cpp | 1050     std::shared_ptr<InputApplicationHandle> applicationHandle =  in setFocusedApplication()  local
  | 
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputDispatcher_test.cpp | 530             const std::shared_ptr<InputApplicationHandle>& applicationHandle) override {  in notifyNoFocusedWindowAnr()
  |