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

/frameworks/base/services/input/
H A DInputDispatcher.cpp911 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); local
912 if (connectionIndex >= 0) {
913 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1005 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
1006 if (connectionIndex >= 0) {
1007 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1666 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel()); local
1667 if (connectionIndex >= 0) {
1668 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
2108 ssize_t connectionIndex local
3291 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
3324 ssize_t connectionIndex = mConnectionsByFd.indexOfKey(inputChannel->getFd()); local
[all...]

Completed in 49 milliseconds