Lines Matching refs:intfCache
3174 IntfCache intfCache; in GetIntfCache() local
3175 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() local
3201 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() local
3282 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()
3286 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()
3316 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock() local
3317 if (intfCache.initCheck() != OK) { in CanFetchLinearBlock()
3320 const C2ApiFeaturesSetting &features = intfCache.getApiFeatures(); in CanFetchLinearBlock()