Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DParcelling.java57 class Cache { class
58 private Cache() {} in Cache() method in Parcelling.Cache
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp74 struct Cache : public hardware::media::c2::V1_0::utils::ParameterCache { struct in android::CCodecConfigTest
75 c2_status_t validate(const std::vector<std::shared_ptr<C2ParamDescriptor>>&) override { in validate()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h272 class Cache; member
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java865 private static class Cache { class in SplashscreenContentDrawer.ColorCache
872 Cache(int hash) { in Cache() method in SplashscreenContentDrawer.ColorCache.Cache
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java864 private static class Cache { class in LockSettingsStorage
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp175 class Codec2Client::Cache { class in android::Codec2Client