Searched defs:inputWindowHandle (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
73 if (inputWindowHandle == null) {
78 WindowState windowState = (WindowState) inputWindowHandle.windowState;
93 InputWindowHandle inputWindowHandle, String reason) {
98 if (inputWindowHandle != null) {
99 windowState = (WindowState) inputWindowHandle.windowState;
170 private void addInputWindowHandleLw(final InputWindowHandle inputWindowHandle, argument
174 inputWindowHandle.name = child.toString();
181 inputWindowHandle.touchableRegion.set(mTmpRect);
184 child.getTouchableRegion(inputWindowHandle
92 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp56 const sp<InputWindowHandle>& inputWindowHandle,
61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { argument
78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle, argument
83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, argument
55 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp139 const sp<InputWindowHandle>& inputWindowHandle) {
140 if (inputWindowHandle == NULL) {
143 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
183 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
213 const sp<InputWindowHandle>& inputWindowHandle,
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
221 const sp<InputWindowHandle>& inputWindowHandle,
223 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
355 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
357 inputChannel, inputWindowHandle, monito
138 getInputWindowHandleObjLocalRef(JNIEnv* env, const sp<InputWindowHandle>& inputWindowHandle) argument
353 registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
575 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) argument
604 notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) argument
905 interceptKeyBeforeDispatching( const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags) argument
941 dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags, KeyEvent* outFallbackKeyEvent) argument
1128 sp<InputWindowHandle> inputWindowHandle = local
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h205 const sp<InputWindowHandle>& inputWindowHandle,
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
240 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
245 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
342 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0;
394 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
597 sp<InputWindowHandle> inputWindowHandle; member in struct:android::InputDispatcher::CommandEntry
802 sp<InputWindowHandle> inputWindowHandle; // may be null member in class:android::InputDispatcher::Connection
819 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
H A DInputDispatcher.cpp764 commandEntry->inputWindowHandle = mFocusedWindowHandle;
1017 sp<InputWindowHandle> windowHandle = connection->inputWindowHandle;
1384 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; local
1385 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) {
1386 mTempTouchState.addOrUpdateWindow(inputWindowHandle,
3287 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
3302 sp<Connection> connection = new Connection(inputChannel, inputWindowHandle, monitor);
3435 commandEntry->inputWindowHandle = windowHandle;
3455 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);
3466 commandEntry->inputApplicationHandle, commandEntry->inputWindowHandle,
3286 registerInputChannel(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
4347 Connection(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java174 InputWindowHandle inputWindowHandle, boolean monitor);
461 * @param inputWindowHandle The handle of the input window associated with the
465 InputWindowHandle inputWindowHandle) {
470 nativeRegisterInputChannel(mPtr, inputChannel, inputWindowHandle, false);
1425 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
1426 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
1431 InputWindowHandle inputWindowHandle, String reason) {
1433 inputApplicationHandle, inputWindowHandle, reason);
1615 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); argument
1618 InputWindowHandle inputWindowHandle, Strin
173 nativeRegisterInputChannel(long ptr, InputChannel inputChannel, InputWindowHandle inputWindowHandle, boolean monitor) argument
464 registerInputChannel(InputChannel inputChannel, InputWindowHandle inputWindowHandle) argument
1430 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
1617 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
[all...]

Completed in 447 milliseconds