Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1007 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel); in dispatchEventLocked()
1106 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); in resumeAfterTargetsNotReadyTimeoutLocked()
1794 getConnectionIndexLocked(getInputChannelLocked(windowHandle->getToken())); in checkWindowReadyForMoreInputLocked()
2436 ssize_t index = getConnectionIndexLocked(channel); in synthesizeCancelationEventsForInputChannelLocked()
3524 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
3525 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
3832 if (getConnectionIndexLocked(inputChannel) >= 0) { in registerInputChannel()
3906 ssize_t connectionIndex = getConnectionIndexLocked(inputChannel); in unregisterInputChannelLocked()
4015 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked() function in android::inputdispatcher::InputDispatcher
DInputDispatcher.h189 ssize_t getConnectionIndexLocked(const sp<InputChannel>& inputChannel) REQUIRES(mLock);