Lines Matching refs:Cache
175 class Codec2Client::Cache { class in android::Codec2Client
195 Cache() = default;
245 static std::vector<Cache>& List() { in List()
246 static std::vector<Cache> sCaches{[]() { in List()
248 std::vector<Cache> caches(numServices); in List()
800 return Cache::List()[mServiceIndex].getTraits(); in listComponents()
1024 for (size_t index = Cache::List().size(); index > 0; ) { in ForAllServices()
1039 Cache& cache = Cache::List()[index]; in ForAllServices()
1147 for (Cache& cache : Cache::List()) { in ListComponents()
1174 std::shared_ptr<Codec2Client> client = Cache::List()[index].getClient(); in CreateInputSurface()
1181 for (Cache& cache : Cache::List()) { in CreateInputSurface()