Lines Matching refs:Cache
219 class Codec2Client::Cache { class in android::Codec2Client
239 Cache() = default;
289 static std::vector<Cache>& List() { in List()
290 static std::vector<Cache> sCaches{[]() { in List()
292 std::vector<Cache> caches(numServices); in List()
1389 return Cache::List()[mServiceIndex].getTraits(); in listComponents()
1702 for (size_t index = Cache::List().size(); index > 0; ) { in ForAllServices()
1717 Cache& cache = Cache::List()[index]; in ForAllServices()
1824 for (Cache& cache : Cache::List()) { in ListComponents()
1851 std::shared_ptr<Codec2Client> client = Cache::List()[index].getClient(); in CreateInputSurface()
1858 for (Cache& cache : Cache::List()) { in CreateInputSurface()