Searched defs:Caches (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.cpp22 #include "Caches.h"
30 ANDROID_SINGLETON_STATIC_INSTANCE(Caches);
49 Caches::Caches(): Singleton<Caches>(), mInitialized(false) { function in class:android::uirenderer::Caches
68 void Caches::init() {
86 void Caches::terminate() {
108 void Caches::dumpMemoryUsage() {
114 void Caches::dumpMemoryUsage(String8 &log) {
169 void Caches
[all...]
H A DCaches.h84 // Caches
87 class ANDROID_API Caches: public Singleton<Caches> { class in namespace:android::uirenderer
88 Caches();
90 friend class Singleton<Caches>;
208 }; // class Caches

Completed in 106 milliseconds