Searched refs:InputApplicationHandle (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputApplication.cpp25 // --- InputApplicationHandle ---
27 InputApplicationHandle::InputApplicationHandle() : function in class:android::InputApplicationHandle
31 InputApplicationHandle::~InputApplicationHandle() {
35 void InputApplicationHandle::releaseInfo() {
H A DInputApplication.h43 class InputApplicationHandle : public RefBase { class in namespace:android
75 InputApplicationHandle();
76 virtual ~InputApplicationHandle();
H A DInputWindow.cpp57 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) :
H A DInputWindow.h160 const sp<InputApplicationHandle> inputApplicationHandle;
196 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
H A DInputDispatcher.h204 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
312 const sp<InputApplicationHandle>& inputApplicationHandle) = 0;
386 virtual void setFocusedApplication(const sp<InputApplicationHandle>& inputApplicationHandle);
596 sp<InputApplicationHandle> inputApplicationHandle;
978 sp<InputApplicationHandle> mFocusedApplicationHandle;
1011 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle;
1018 const sp<InputApplicationHandle>& applicationHandle,
1041 String8 getApplicationWindowLabelLocked(const sp<InputApplicationHandle>& applicationHandle,
1098 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
H A DInputDispatcher.cpp936 const sp<InputApplicationHandle>& applicationHandle,
1701 const sp<InputApplicationHandle>& applicationHandle,
2892 const sp<InputApplicationHandle>& inputApplicationHandle) {
3406 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
/frameworks/base/services/core/java/com/android/server/input/
H A DInputApplicationHandle.java25 public final class InputApplicationHandle { class
42 public InputApplicationHandle(Object appWindowToken) { method in class:InputApplicationHandle
H A DInputWindowHandle.java34 public final InputApplicationHandle inputApplicationHandle;
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle,
H A DInputManagerService.java184 InputApplicationHandle application);
1176 public void setFocusedApplication(InputApplicationHandle application) {
1430 private long notifyANR(InputApplicationHandle inputApplicationHandle,
1617 public long notifyANR(InputApplicationHandle inputApplicationHandle,
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.h27 class NativeInputApplicationHandle : public InputApplicationHandle {
41 extern sp<InputApplicationHandle> android_server_InputApplicationHandle_getHandle(
H A Dcom_android_server_input_InputWindowHandle.h29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
H A Dcom_android_server_input_InputApplicationHandle.cpp17 #define LOG_TAG "InputApplicationHandle"
85 sp<InputApplicationHandle> android_server_InputApplicationHandle_getHandle(
138 int res = jniRegisterNativeMethods(env, "com/android/server/input/InputApplicationHandle",
143 FIND_CLASS(clazz, "com/android/server/input/InputApplicationHandle");
H A Dcom_android_server_input_InputWindowHandle.cpp65 const sp<InputApplicationHandle>& inputApplicationHandle, jweak objWeak) :
184 sp<InputApplicationHandle> inputApplicationHandle =
240 "inputApplicationHandle", "Lcom/android/server/input/InputApplicationHandle;");
H A Dcom_android_server_input_InputManagerService.cpp130 const sp<InputApplicationHandle>& inputApplicationHandle) {
212 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
575 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
688 sp<InputApplicationHandle> applicationHandle =
1374 { "nativeSetFocusedApplication", "(JLcom/android/server/input/InputApplicationHandle;)V",
1440 "(Lcom/android/server/input/InputApplicationHandle;Lcom/android/server/input/InputWindowHandle;Ljava/lang/String;)J");
/frameworks/base/services/core/java/com/android/server/wm/
H A DFakeWindowImpl.java19 import com.android.server.input.InputApplicationHandle;
32 final InputApplicationHandle mApplicationHandle;
53 mApplicationHandle = new InputApplicationHandle(null);
H A DAppWindowToken.java21 import com.android.server.input.InputApplicationHandle;
108 final InputApplicationHandle mInputApplicationHandle;
122 mInputApplicationHandle = new InputApplicationHandle(this);
H A DDragState.java19 import com.android.server.input.InputApplicationHandle;
58 InputApplicationHandle mDragApplicationHandle;
106 mDragApplicationHandle = new InputApplicationHandle(null);
H A DInputMonitor.java20 import com.android.server.input.InputApplicationHandle;
92 public long notifyANR(InputApplicationHandle inputApplicationHandle,
438 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp55 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,

Completed in 127 milliseconds