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

  /frameworks/native/include/utils/
GenerationCache.h 29 class OnEntryRemoved {
31 virtual ~OnEntryRemoved() { };
33 }; // class OnEntryRemoved
63 void setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener);
84 OnEntryRemoved<K, V>* mListener;
115 void GenerationCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
LruCache.h 26 // OnEntryRemoved is defined in GenerationCache.h, but maybe should move here.
37 void setOnEntryRemovedListener(OnEntryRemoved<TKey, TValue>* listener);
90 OnEntryRemoved<TKey, TValue>* mListener;
105 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
  /frameworks/base/libs/hwui/
TextureCache.h 52 class TextureCache: public OnEntryRemoved<SkBitmap*, Texture*> {
TextDropShadowCache.h 124 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 228 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> >
  /frameworks/native/libs/utils/tests/
LruCache_test.cpp 82 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {

Completed in 266 milliseconds