Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp747 ssize_t hashIndex = -1; in fetchBinderizedEntry() local
751 hashIndex = static_cast<ssize_t>(i); in fetchBinderizedEntry()
761 if (hashIndex < 0) { in fetchBinderizedEntry()
766 if (static_cast<size_t>(hashIndex) >= hashChain.size()) { in fetchBinderizedEntry()
768 "interfaceChain indicates position " + std::to_string(hashIndex) + in fetchBinderizedEntry()
774 auto&& hashArray = hashChain[hashIndex]; in fetchBinderizedEntry()