Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp706 auto hashIndexStore = std::make_shared<ssize_t>(-1); in fetchBinderizedEntry() local
708 [hashIndexStore, serviceName](const auto& c) { in fetchBinderizedEntry()
711 *hashIndexStore = static_cast<ssize_t>(i); in fetchBinderizedEntry()
723 auto hashIndex = *hashIndexStore; in fetchBinderizedEntry()