Searched refs:inputWindowHandle (Results 1 - 5 of 5) 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/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp147 const sp<InputWindowHandle>& inputWindowHandle) {
148 if (inputWindowHandle == NULL) {
151 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
191 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
221 const sp<InputWindowHandle>& inputWindowHandle,
223 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
229 const sp<InputWindowHandle>& inputWindowHandle,
231 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
379 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
381 inputChannel, inputWindowHandle, monito
146 getInputWindowHandleObjLocalRef(JNIEnv* env, const sp<InputWindowHandle>& inputWindowHandle) argument
377 registerInputChannel(JNIEnv* , const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
599 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) argument
628 notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) argument
931 interceptKeyBeforeDispatching( const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags) argument
967 dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags, KeyEvent* outFallbackKeyEvent) argument
1154 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);
598 sp<InputWindowHandle> inputWindowHandle; member in struct:android::InputDispatcher::CommandEntry
810 sp<InputWindowHandle> inputWindowHandle; // may be null member in class:android::InputDispatcher::Connection
827 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
H A DInputDispatcher.cpp771 commandEntry->inputWindowHandle = mFocusedWindowHandle;
1031 sp<InputWindowHandle> windowHandle = connection->inputWindowHandle;
1398 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; local
1399 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) {
1400 mTempTouchState.addOrUpdateWindow(inputWindowHandle,
3312 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
3327 sp<Connection> connection = new Connection(inputChannel, inputWindowHandle, monitor);
3460 commandEntry->inputWindowHandle = windowHandle;
3480 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);
3491 commandEntry->inputApplicationHandle, commandEntry->inputWindowHandle,
3311 registerInputChannel(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
4360 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 444 milliseconds