Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp43 class HeapCache : public IBinder::DeathRecipient class
46 HeapCache();
47 virtual ~HeapCache();
72 static sp<HeapCache> gHeapCache = new HeapCache();
94 friend class HeapCache;
407 HeapCache::HeapCache() in HeapCache() function in android::HeapCache
412 HeapCache::~HeapCache() in ~HeapCache()
416 void HeapCache::binderDied(const wp<IBinder>& binder) in binderDied()
422 sp<IMemoryHeap> HeapCache::find_heap(const sp<IBinder>& binder) in find_heap()
448 void HeapCache::free_heap(const sp<IBinder>& binder) { in free_heap()
[all …]