Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp723 auto hashIndex = *hashIndexStore; in fetchBinderizedEntry() local
724 if (hashIndex < 0) { in fetchBinderizedEntry()
736 if (static_cast<size_t>(hashIndex) >= hashChain->size()) { in fetchBinderizedEntry()
738 "interfaceChain indicates position " + std::to_string(hashIndex) + in fetchBinderizedEntry()
743 auto&& hashArray = (*hashChain)[hashIndex]; in fetchBinderizedEntry()