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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp934 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
1028 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
1672 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel());
2218 ssize_t index = getConnectionIndexLocked(channel);
3095 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel);
3096 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel);
3353 if (getConnectionIndexLocked(inputChannel) >= 0) {
3398 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
3430 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { function in class:android::InputDispatcher

Completed in 63 milliseconds