Home
last modified time | relevance | path

Searched refs:getInputChannel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp49 inline sp<InputChannel> getInputChannel() { return mInputChannel; } in getInputChannel() function in android::NativeInputChannel
99 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL; in android_view_InputChannel_getInputChannel()
169 nativeInputChannel->getInputChannel()->getName().c_str()); in android_view_InputChannel_nativeDispose()
230 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel()
248 jstring name = env->NewStringUTF(nativeInputChannel->getInputChannel()->getName().c_str()); in android_view_InputChannel_nativeGetName()
257 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup())); in android_view_InputChannel_nativeDup()
/frameworks/native/services/inputflinger/
DInputWindow.h171 inline sp<InputChannel> getInputChannel() const { in getInputChannel() function
DInputDispatcher.cpp1707 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel()); in checkWindowReadyForMoreInputLocked()
2894 if (windowHandle->getInputChannel() == inputChannel) { in getWindowHandleLocked()
2926 if (!windowHandle->updateInfo() || windowHandle->getInputChannel() == NULL) { in setInputWindows()
2948 sp<InputChannel> focusedInputChannel = mFocusedWindowHandle->getInputChannel(); in setInputWindows()
2975 touchedWindow.windowHandle->getInputChannel(); in setInputWindows()
3587 ? commandEntry->inputWindowHandle->getInputChannel() : NULL); in doNotifyANRLockedInterruptible()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java162 return service.transferTouchFocus(source, state.getInputChannel()); in registerInputChannel()
DDragState.java281 InputChannel getInputChannel() { in getInputChannel() method in DragState