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

/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp108 ssize_t getConnectionIndex(const sp<InputChannel>& inputChannel);
149 if (getConnectionIndex(inputChannel) >= 0) {
192 ssize_t connectionIndex = getConnectionIndex(inputChannel);
222 ssize_t NativeInputQueue::getConnectionIndex(const sp<InputChannel>& inputChannel) { function in class:android::NativeInputQueue

Completed in 29 milliseconds