Searched defs:connectionIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp923 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); local
924 if (connectionIndex >= 0) {
925 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1017 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
1018 if (connectionIndex >= 0) {
1019 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1665 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel()); local
1666 if (connectionIndex >= 0) {
1667 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
2107 ssize_t connectionIndex local
3315 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
3348 ssize_t connectionIndex = mConnectionsByFd.indexOfKey(inputChannel->getFd()); local
[all...]

Completed in 215 milliseconds