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

  /system/core/include/utils/
LruCache.h 31 class OnEntryRemoved {
33 virtual ~OnEntryRemoved() { };
35 }; // class OnEntryRemoved
47 void setOnEntryRemovedListener(OnEntryRemoved<TKey, TValue>* listener);
94 OnEntryRemoved<TKey, TValue>* mListener;
159 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
  /frameworks/base/libs/hwui/
TextureCache.h 57 class TextureCache : public OnEntryRemoved<uint32_t, Texture*> {
TessellationCache.h 205 class BufferRemovedListener : public OnEntryRemoved<Description, Buffer*> {
217 class BufferPairRemovedListener : public OnEntryRemoved<ShadowDescription, Task<vertexBuffer_pair_t>*> {
TextDropShadowCache.h 121 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
GradientCache.h 104 class GradientCache: public OnEntryRemoved<GradientCacheEntry, Texture*> {
PathCache.h 170 class PathCache: public OnEntryRemoved<PathDescription, PathTexture*> {
  /frameworks/minikin/libs/minikin/
HbFontCache.cpp 47 class HbFontCache : private OnEntryRemoved<int32_t, hb_font_t*> {
53 // callback for OnEntryRemoved
Layout.cpp 165 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> {
187 // callback for OnEntryRemoved
    [all...]
  /system/core/libutils/tests/
LruCache_test.cpp 98 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {
112 class InvalidateKeyCallback : public OnEntryRemoved<KeyWithPointer, StringValue> {

Completed in 648 milliseconds