Searched refs:getInputChannel (Results 1 – 5 of 5) sorted by relevance
49 inline sp<InputChannel> getInputChannel() { return mInputChannel; } in getInputChannel() function in android::NativeInputChannel99 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()
171 inline sp<InputChannel> getInputChannel() const { in getInputChannel() function
1707 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()
162 return service.transferTouchFocus(source, state.getInputChannel()); in registerInputChannel()
281 InputChannel getInputChannel() { in getInputChannel() method in DragState