Searched refs:connectionIndex (Results 1 – 1 of 1) sorted by relevance
971 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); in dispatchEventLocked() local972 if (connectionIndex >= 0) { in dispatchEventLocked()973 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in dispatchEventLocked()1065 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); in resumeAfterTargetsNotReadyTimeoutLocked() local1066 if (connectionIndex >= 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1067 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in resumeAfterTargetsNotReadyTimeoutLocked()1707 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel()); in checkWindowReadyForMoreInputLocked() local1708 if (connectionIndex < 0) { in checkWindowReadyForMoreInputLocked()1715 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in checkWindowReadyForMoreInputLocked()2178 ssize_t connectionIndex = d->mConnectionsByFd.indexOfKey(fd); in handleReceiveCallback() local[all …]