Lines Matching defs:inputChannel
1151 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
1724 sp<InputChannel> inputChannel = getInputChannelLocked(windowHandle->getToken()); in addWindowTargetLocked() local
3403 sp<InputChannel> inputChannel = in setFocusedDisplay() local
3857 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3887 status_t InputDispatcher::registerInputMonitor(const sp<InputChannel>& inputChannel, in registerInputMonitor()
3921 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3941 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3968 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3973 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel, in removeMonitorChannelLocked()
4052 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
5074 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, bool monitor) : in Connection()
5119 InputDispatcher::Monitor::Monitor(const sp<InputChannel>& inputChannel) : in Monitor()