Home
last modified time | relevance | path

Searched refs:HeapCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DIMemory.cpp42 class HeapCache : public IBinder::DeathRecipient class
45 HeapCache();
46 virtual ~HeapCache();
71 static sp<HeapCache> gHeapCache = new HeapCache();
93 friend class HeapCache;
417 HeapCache::HeapCache() in HeapCache() function in android::HeapCache
422 HeapCache::~HeapCache() in ~HeapCache()
426 void HeapCache::binderDied(const wp<IBinder>& binder) in binderDied()
432 sp<IMemoryHeap> HeapCache::find_heap(const sp<IBinder>& binder) in find_heap()
458 void HeapCache::free_heap(const sp<IBinder>& binder) { in free_heap()
[all …]