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

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java81 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
82 if (inputWindowHandle == null) {
87 WindowState windowState = (WindowState) inputWindowHandle.windowState;
102 InputWindowHandle inputWindowHandle, String reason) {
107 if (inputWindowHandle != null) {
108 windowState = (WindowState) inputWindowHandle.windowState;
179 private void addInputWindowHandleLw(final InputWindowHandle inputWindowHandle, argument
183 inputWindowHandle.name = child.toString();
184 flags = child.getTouchableRegion(inputWindowHandle.touchableRegion, flags);
185 inputWindowHandle
101 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h211 const sp<InputWindowHandle>& inputWindowHandle,
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
246 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
251 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
348 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0;
400 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
604 sp<InputWindowHandle> inputWindowHandle; member in struct:android::InputDispatcher::CommandEntry
816 sp<InputWindowHandle> inputWindowHandle; // may be null member in class:android::InputDispatcher::Connection
833 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
H A DInputDispatcher.cpp771 commandEntry->inputWindowHandle = mFocusedWindowHandle;
1033 sp<InputWindowHandle> windowHandle = connection->inputWindowHandle;
1404 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; local
1405 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) {
1406 mTempTouchState.addOrUpdateWindow(inputWindowHandle,
3343 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
3358 sp<Connection> connection = new Connection(inputChannel, inputWindowHandle, monitor);
3491 commandEntry->inputWindowHandle = windowHandle;
3511 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);
3522 commandEntry->inputApplicationHandle, commandEntry->inputWindowHandle,
3342 registerInputChannel(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
4391 Connection(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) 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())->
196 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
229 const sp<InputWindowHandle>& inputWindowHandle,
231 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
237 const sp<InputWindowHandle>& inputWindowHandle,
239 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
392 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
394 inputChannel, inputWindowHandle, monito
146 getInputWindowHandleObjLocalRef(JNIEnv* env, const sp<InputWindowHandle>& inputWindowHandle) argument
390 registerInputChannel(JNIEnv* , const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
596 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle, const String8& reason) argument
625 notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) argument
952 interceptKeyBeforeDispatching( const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags) argument
988 dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags, KeyEvent* outFallbackKeyEvent) argument
1228 sp<InputWindowHandle> inputWindowHandle = local
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java197 InputWindowHandle inputWindowHandle, boolean monitor);
497 * @param inputWindowHandle The handle of the input window associated with the
501 InputWindowHandle inputWindowHandle) {
506 nativeRegisterInputChannel(mPtr, inputChannel, inputWindowHandle, false);
1830 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
1831 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
1836 InputWindowHandle inputWindowHandle, String reason) {
1838 inputApplicationHandle, inputWindowHandle, reason);
2020 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); argument
2023 InputWindowHandle inputWindowHandle, Strin
196 nativeRegisterInputChannel(long ptr, InputChannel inputChannel, InputWindowHandle inputWindowHandle, boolean monitor) argument
500 registerInputChannel(InputChannel inputChannel, InputWindowHandle inputWindowHandle) argument
1835 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
2022 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle, String reason) argument
[all...]

Completed in 132 milliseconds