Lines Matching refs:Cache
98 class Codec2Client::Cache { class in android::Codec2Client
118 Cache() = default;
164 static std::vector<Cache>& List() { in List()
165 static std::vector<Cache> sCaches{[]() { in List()
167 std::vector<Cache> caches(numServices); in List()
643 return Cache::List()[mServiceIndex].getTraits(); in listComponents()
847 for (size_t index = Cache::List().size(); index > 0; ) { in ForAllServices()
862 Cache& cache = Cache::List()[index]; in ForAllServices()
951 for (Cache& cache : Cache::List()) { in ListComponents()
978 std::shared_ptr<Codec2Client> client = Cache::List()[index].getClient(); in CreateInputSurface()
985 for (Cache& cache : Cache::List()) { in CreateInputSurface()