Searched refs:connectionIndex (Results 1 – 1 of 1) sorted by relevance
1007 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); in dispatchEventLocked() local1008 if (connectionIndex >= 0) { in dispatchEventLocked()1009 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in dispatchEventLocked()1106 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); in resumeAfterTargetsNotReadyTimeoutLocked() local1107 if (connectionIndex >= 0) { in resumeAfterTargetsNotReadyTimeoutLocked()1108 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in resumeAfterTargetsNotReadyTimeoutLocked()1793 ssize_t connectionIndex = in checkWindowReadyForMoreInputLocked() local1795 if (connectionIndex < 0) { in checkWindowReadyForMoreInputLocked()1804 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in checkWindowReadyForMoreInputLocked()2349 ssize_t connectionIndex = d->mConnectionsByFd.indexOfKey(fd); in handleReceiveCallback() local[all …]