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

/frameworks/base/services/input/
H A DInputDispatcher.cpp909 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
1003 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
1664 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel());
2174 ssize_t index = getConnectionIndexLocked(channel);
3030 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel);
3031 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel);
3244 if (getConnectionIndexLocked(inputChannel) >= 0) {
3289 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
3321 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { function in class:android::InputDispatcher

Completed in 207 milliseconds