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

/frameworks/base/services/input/
H A DInputDispatcher.cpp909 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); local
910 if (connectionIndex >= 0) {
911 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1003 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
1004 if (connectionIndex >= 0) {
1005 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1664 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel()); local
1665 if (connectionIndex >= 0) {
1666 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
2106 ssize_t connectionIndex local
3289 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); local
3322 ssize_t connectionIndex = mConnectionsByFd.indexOfKey(inputChannel->getFd()); local
[all...]

Completed in 375 milliseconds