Searched refs:intfCache (Results 1 – 1 of 1) sorted by relevance
3174 IntfCache intfCache; in GetIntfCache() local3175 status_t err = intfCache.init(name); in GetIntfCache()3180 it = sCache.insert({name, std::move(intfCache)}).first; in GetIntfCache()3200 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds() local3201 if (intfCache.initCheck() != OK) { in GetCommonAllocatorIds()3204 const C2StreamBufferTypeSetting::input &streamFormat = intfCache.getInputStreamFormat(); in GetCommonAllocatorIds()3222 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds()3281 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage() local3282 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()3286 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()[all …]