Searched refs:InputApplicationHandle (Results 1 - 20 of 20) 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.cpp65 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) :
H A DInputWindow.h163 const sp<InputApplicationHandle> inputApplicationHandle;
199 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
H A DInputDispatcher.h210 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
318 const sp<InputApplicationHandle>& inputApplicationHandle) = 0;
392 virtual void setFocusedApplication(const sp<InputApplicationHandle>& inputApplicationHandle);
603 sp<InputApplicationHandle> inputApplicationHandle;
994 sp<InputApplicationHandle> mFocusedApplicationHandle;
1027 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle;
1034 const sp<InputApplicationHandle>& applicationHandle,
1058 String8 getApplicationWindowLabelLocked(const sp<InputApplicationHandle>& applicationHandle,
1116 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
H A DInputDispatcher.cpp952 const sp<InputApplicationHandle>& applicationHandle,
1743 const sp<InputApplicationHandle>& applicationHandle,
2948 const sp<InputApplicationHandle>& inputApplicationHandle) {
3462 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.java216 InputApplicationHandle application);
1514 public void setFocusedApplication(InputApplicationHandle application) {
1848 private long notifyANR(InputApplicationHandle inputApplicationHandle,
2035 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",
144 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 =
241 "inputApplicationHandle", "Lcom/android/server/input/InputApplicationHandle;");
H A Dcom_android_server_input_InputManagerService.cpp138 const sp<InputApplicationHandle>& inputApplicationHandle) {
228 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
596 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
709 sp<InputApplicationHandle> applicationHandle =
1506 { "nativeSetFocusedApplication", "(JLcom/android/server/input/InputApplicationHandle;)V",
1579 "(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 DInputConsumerImpl.java23 import com.android.server.input.InputApplicationHandle;
29 final InputApplicationHandle mApplicationHandle;
46 mApplicationHandle = new InputApplicationHandle(null);
H A DInputMonitor.java36 import com.android.server.input.InputApplicationHandle;
101 public long notifyANR(InputApplicationHandle inputApplicationHandle,
467 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
H A DTaskPositioner.java56 import com.android.server.input.InputApplicationHandle;
116 InputApplicationHandle mDragApplicationHandle;
251 mDragApplicationHandle = new InputApplicationHandle(null);
H A DDragState.java58 import com.android.server.input.InputApplicationHandle;
99 InputApplicationHandle mDragApplicationHandle;
150 mDragApplicationHandle = new InputApplicationHandle(null);
H A DAppWindowToken.java35 import com.android.server.input.InputApplicationHandle;
129 final InputApplicationHandle mInputApplicationHandle;
155 mInputApplicationHandle = new InputApplicationHandle(this);
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp55 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>&,

Completed in 2953 milliseconds