Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp750 ssize_t hashIndex = -1; in fetchBinderizedEntry() local
754 hashIndex = static_cast<ssize_t>(i); in fetchBinderizedEntry()
764 if (hashIndex < 0) { in fetchBinderizedEntry()
769 if (static_cast<size_t>(hashIndex) >= hashChain.size()) { in fetchBinderizedEntry()
771 "interfaceChain indicates position " + std::to_string(hashIndex) + in fetchBinderizedEntry()
777 auto&& hashArray = hashChain[hashIndex]; in fetchBinderizedEntry()