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

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp53 const sp<InputWindowHandle>& inputWindowHandle) {
57 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
52 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle) argument
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java62 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
63 if (inputWindowHandle == null) {
68 WindowState windowState = (WindowState) inputWindowHandle.windowState;
82 InputWindowHandle inputWindowHandle) {
84 if (inputWindowHandle != null) {
86 WindowState windowState = (WindowState) inputWindowHandle.windowState;
181 final InputWindowHandle inputWindowHandle = child.mInputWindowHandle;
182 if (inputChannel == null || inputWindowHandle == null || child.mRemoved) {
202 inputWindowHandle.name = child.toString();
203 inputWindowHandle
81 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle) argument
[all...]
H A DInputManager.java81 InputWindowHandle inputWindowHandle, boolean monitor);
271 * @param inputWindowHandle The handle of the input window associated with the
275 InputWindowHandle inputWindowHandle) {
280 nativeRegisterInputChannel(inputChannel, inputWindowHandle, false);
542 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { argument
543 mWindowManagerService.mInputMonitor.notifyInputChannelBroken(inputWindowHandle);
548 InputWindowHandle inputWindowHandle) {
550 inputApplicationHandle, inputWindowHandle);
80 nativeRegisterInputChannel(InputChannel inputChannel, InputWindowHandle inputWindowHandle, boolean monitor) argument
274 registerInputChannel(InputChannel inputChannel, InputWindowHandle inputWindowHandle) argument
547 notifyANR(InputApplicationHandle inputApplicationHandle, InputWindowHandle inputWindowHandle) argument
/frameworks/base/services/input/
H A DInputDispatcher.h208 const sp<InputWindowHandle>& inputWindowHandle) = 0;
211 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
245 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
250 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
347 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0;
399 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
619 sp<InputWindowHandle> inputWindowHandle; member in struct:android::InputDispatcher::CommandEntry
818 sp<InputWindowHandle> inputWindowHandle; // may be null member in class:android::InputDispatcher::Connection
828 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
H A DInputDispatcher.cpp825 commandEntry->inputWindowHandle = mFocusedWindowHandle;
1578 sp<InputWindowHandle> inputWindowHandle = touchedWindow.windowHandle; local
1579 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) {
1580 mTempTouchState.addOrUpdateWindow(inputWindowHandle,
3636 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
3651 sp<Connection> connection = new Connection(inputChannel, inputWindowHandle, monitor);
3794 commandEntry->inputWindowHandle = windowHandle;
3813 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);
3824 commandEntry->inputApplicationHandle, commandEntry->inputWindowHandle);
3829 commandEntry->inputWindowHandle !
3635 registerInputChannel(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
4606 Connection(const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp133 const sp<InputWindowHandle>& inputWindowHandle) {
134 if (inputWindowHandle == NULL) {
137 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
181 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
202 const sp<InputWindowHandle>& inputWindowHandle);
203 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
210 const sp<InputWindowHandle>& inputWindowHandle,
212 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
378 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) {
380 inputChannel, inputWindowHandle, monito
132 getInputWindowHandleObjLocalRef(JNIEnv* env, const sp<InputWindowHandle>& inputWindowHandle) argument
376 registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel, const sp<InputWindowHandle>& inputWindowHandle, bool monitor) argument
531 notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle, const sp<InputWindowHandle>& inputWindowHandle) argument
557 notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) argument
853 interceptKeyBeforeDispatching( const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags) argument
889 dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle, const KeyEvent* keyEvent, uint32_t policyFlags, KeyEvent* outFallbackKeyEvent) argument
1092 sp<InputWindowHandle> inputWindowHandle = local
[all...]

Completed in 154 milliseconds