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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp934 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
1028 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
1643 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel());
2186 ssize_t index = getConnectionIndexLocked(channel);
3063 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel);
3064 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel);
3321 if (getConnectionIndexLocked(inputChannel) >= 0) {
3366 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel);
3398 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { function in class:android::InputDispatcher
H A DInputDispatcher.h894 ssize_t getConnectionIndexLocked(const sp<InputChannel>& inputChannel);

Completed in 33 milliseconds