HomeSort by relevance Sort by last modified time
    Searched refs:OnEntryRemoved (Results 1 - 7 of 7) sorted by null

  /system/core/include/utils/
LruCache.h 29 class OnEntryRemoved {
31 virtual ~OnEntryRemoved() { };
33 }; // class OnEntryRemoved
44 void setOnEntryRemovedListener(OnEntryRemoved<TKey, TValue>* listener);
97 OnEntryRemoved<TKey, TValue>* mListener;
112 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
  /frameworks/base/libs/hwui/
TextureCache.h 52 class TextureCache: public OnEntryRemoved<SkBitmap*, Texture*> {
TextDropShadowCache.h 126 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
GradientCache.h 111 class GradientCache: public OnEntryRemoved<GradientCacheEntry, Texture*> {
PathCache.h 181 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 232 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> >
  /system/core/libutils/tests/
LruCache_test.cpp 82 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {

Completed in 202 milliseconds