Lines Matching refs:InputChannel
1129 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
2463 const sp<InputChannel>& channel, const CancelationOptions& options) { in synthesizeCancelationEventsForInputChannelLocked()
3233 const sp<InputChannel>& inputChannel) const { in getWindowHandleLocked()
3291 sp<InputChannel> focusedInputChannel = mFocusedWindowHandle->getInputChannel(); in setInputWindows()
3315 sp<InputChannel> touchedInputChannel = in setInputWindows()
3433 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus()
3434 const sp<InputChannel>& toChannel) { in transferTouchFocus()
3604 const sp<InputChannel>& channel = mMonitoringChannels[i]; in dumpDispatchStateLocked()
3635 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3673 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3693 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3720 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3729 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
4595 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()