Searched refs:intfCache (Results 1 – 1 of 1) sorted by relevance
2608 IntfCache intfCache; in GetIntfCache() local2609 status_t err = intfCache.init(name); in GetIntfCache()2614 it = sCache.insert({name, std::move(intfCache)}).first; in GetIntfCache()2634 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds() local2635 if (intfCache.initCheck() != OK) { in GetCommonAllocatorIds()2697 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage() local2698 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()2702 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()2732 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock() local2733 if (intfCache.initCheck() != OK) { in CanFetchLinearBlock()[all …]