/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | InputApplication.h | 39 class InputApplicationHandle { 53 bool operator==(const InputApplicationHandle& other) const { 57 bool operator!=(const InputApplicationHandle& other) const { return !(*this == other); } 71 InputApplicationHandle() = default; 72 virtual ~InputApplicationHandle() = default;
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputApplicationHandle.java | 28 public final class InputApplicationHandle { class 44 public InputApplicationHandle(@NonNull IBinder token, @NonNull String name, in InputApplicationHandle() method in InputApplicationHandle 51 public InputApplicationHandle(InputApplicationHandle handle) { in InputApplicationHandle() method in InputApplicationHandle
|
H A D | InputWindowHandle.java | 41 public InputApplicationHandle inputApplicationHandle; 145 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, int displayId) { in InputWindowHandle()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_input_InputApplicationHandle.h | 29 class NativeInputApplicationHandle : public InputApplicationHandle { 42 extern std::shared_ptr<InputApplicationHandle> android_view_InputApplicationHandle_getHandle(
|
H A D | android_hardware_input_InputApplicationHandle.cpp | 86 std::shared_ptr<InputApplicationHandle> android_view_InputApplicationHandle_getHandle( in android_view_InputApplicationHandle_getHandle()
|
H A D | android_hardware_input_InputWindowHandle.cpp | 184 std::shared_ptr<InputApplicationHandle> inputApplicationHandle = in updateInfo()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EmbeddedWindowController.java | 30 import android.view.InputApplicationHandle; 177 InputApplicationHandle getApplicationHandle() { in getApplicationHandle() 182 return new InputApplicationHandle( in getApplicationHandle()
|
H A D | InputConsumerImpl.java | 28 import android.view.InputApplicationHandle; 39 final InputApplicationHandle mApplicationHandle; 66 mApplicationHandle = new InputApplicationHandle(new Binder(), name, in InputConsumerImpl()
|
H A D | InputWindowHandleWrapper.java | 24 import android.view.InputApplicationHandle; 71 InputApplicationHandle getInputApplicationHandle() { in getInputApplicationHandle() 75 void setInputApplicationHandle(InputApplicationHandle handle) { in setInputApplicationHandle()
|
H A D | InputManagerCallback.java | 30 import android.view.InputApplicationHandle; 92 public void notifyNoFocusedWindowAnr(@NonNull InputApplicationHandle applicationHandle) { in notifyNoFocusedWindowAnr()
|
H A D | AnrController.java | 31 import android.view.InputApplicationHandle; 60 void notifyAppUnresponsive(InputApplicationHandle applicationHandle, String reason) { in notifyAppUnresponsive()
|
H A D | TaskPositioner.java | 51 import android.view.InputApplicationHandle; 100 InputApplicationHandle mDragApplicationHandle; 228 mDragApplicationHandle = new InputApplicationHandle(new Binder(), TAG, in register()
|
H A D | DragState.java | 54 import android.view.InputApplicationHandle; 343 InputApplicationHandle mDragApplicationHandle; 351 mDragApplicationHandle = new InputApplicationHandle(new Binder(), "drag", in InputInterceptor()
|
H A D | ActivityRecord.java | 307 import android.view.InputApplicationHandle; 440 private InputApplicationHandle mInputApplicationHandle; 1880 @NonNull InputApplicationHandle getInputApplicationHandle(boolean update) { in getInputApplicationHandle() 1882 mInputApplicationHandle = new InputApplicationHandle(appToken, toString(), in getInputApplicationHandle() 1888 mInputApplicationHandle = new InputApplicationHandle(appToken, name, in getInputApplicationHandle()
|
H A D | WindowManagerService.java | 252 import android.view.InputApplicationHandle; 8358 final InputApplicationHandle applicationHandle; in grantInputChannel() 8380 InputApplicationHandle applicationHandle, int flags, in updateInputChannel() 8428 final InputApplicationHandle applicationHandle; in updateInputChannel()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.h | 118 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) override; 358 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) REQUIRES(mLock); 360 std::unordered_map<int32_t, std::shared_ptr<InputApplicationHandle>> 440 std::shared_ptr<InputApplicationHandle> mAwaitedFocusedApplication GUARDED_BY(mLock); 542 std::string getApplicationWindowLabel(const InputApplicationHandle* applicationHandle, 624 void onAnrLocked(std::shared_ptr<InputApplicationHandle> application) REQUIRES(mLock); 628 void updateLastAnrStateLocked(const InputApplicationHandle& application,
|
H A D | Entry.h | 280 std::shared_ptr<InputApplicationHandle> inputApplicationHandle;
|
H A D | InputDispatcher.cpp | 628 std::shared_ptr<InputApplicationHandle> focusedApplication = in processNoFocusedWindowAnrLocked() 1819 std::shared_ptr<InputApplicationHandle> focusedApplicationHandle = in findFocusedWindowTargetsLocked() 2725 const InputApplicationHandle* applicationHandle, const sp<WindowInfoHandle>& windowHandle) { in getApplicationWindowLabel() 4655 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplication() 4670 int32_t displayId, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in setFocusedApplicationLocked() 4671 std::shared_ptr<InputApplicationHandle> oldFocusedApplicationHandle = in setFocusedApplicationLocked() 4988 const std::shared_ptr<InputApplicationHandle>& applicationHandle = it.second; in dumpDispatchStateLocked() 5582 void InputDispatcher::onAnrLocked(std::shared_ptr<InputApplicationHandle> application) { in onAnrLocked() 5606 void InputDispatcher::updateLastAnrStateLocked(const InputApplicationHandle& application, in updateLastAnrStateLocked()
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 59 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr() 126 class FakeApplicationHandle : public InputApplicationHandle { 184 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherInterface.h | 101 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) = 0;
|
H A D | InputDispatcherPolicyInterface.h | 51 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) = 0;
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 97 import android.view.InputApplicationHandle; 312 int displayId, InputApplicationHandle application); in nativeSetFocusedApplication() 1746 public void setFocusedApplication(int displayId, InputApplicationHandle application) { in setFocusedApplication() 2745 private void notifyNoFocusedWindowAnr(InputApplicationHandle inputApplicationHandle) { in notifyNoFocusedWindowAnr() 3102 void notifyNoFocusedWindowAnr(InputApplicationHandle applicationHandle); in notifyNoFocusedWindowAnr()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 137 const std::shared_ptr<InputApplicationHandle>& expectedApplication) { in assertNotifyNoFocusedWindowAnrWasCalled() 138 std::shared_ptr<InputApplicationHandle> application; in assertNotifyNoFocusedWindowAnrWasCalled() 295 std::queue<std::shared_ptr<InputApplicationHandle>> mAnrApplications GUARDED_BY(mLock); 335 const std::shared_ptr<InputApplicationHandle>& applicationHandle) override { in notifyNoFocusedWindowAnr() 688 class FakeApplicationHandle : public InputApplicationHandle { 908 FakeWindowHandle(const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in FakeWindowHandle() 946 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle, in clone() 3392 std::shared_ptr<InputApplicationHandle> application = in SetUp()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 313 void notifyNoFocusedWindowAnr(const std::shared_ptr<InputApplicationHandle>& handle) override; 793 JNIEnv* env, const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in getInputApplicationHandleObjLocalRef() 804 const std::shared_ptr<InputApplicationHandle>& inputApplicationHandle) { in notifyNoFocusedWindowAnr() 1009 std::shared_ptr<InputApplicationHandle> applicationHandle = in setFocusedApplication()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 7460 android.view.InputApplicationHandle
|