Searched defs:Cache (Results 1 – 8 of 8) sorted by relevance
99 struct Cache { struct102 // Cache entries are evicted according to least-recently-used when more than argument107 std::unordered_map<uint64_t, Cache> mCacheByBufferId; argument
57 class Cache { class58 private Cache() {} in Cache() method in Parcelling.Cache
74 struct Cache : public hardware::media::c2::V1_0::utils::ParameterCache { struct in android::CCodecConfigTest75 c2_status_t validate(const std::vector<std::shared_ptr<C2ParamDescriptor>>&) override { in validate()
278 class Cache; member
279 private static final class Cache { class in DisplayShape
1056 private static class Cache { class in SplashscreenContentDrawer.ColorCache1063 Cache(int hash) { in Cache() method in SplashscreenContentDrawer.ColorCache.Cache
811 private static class Cache { class in LockSettingsStorage
175 class Codec2Client::Cache { class in android::Codec2Client