Searched refs:mHeapCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DIMemory.cpp63 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache; member in class:android::HeapCache
401 ssize_t i = mHeapCache.indexOfKey(binder);
403 heap_info_t& info = mHeapCache.editValueAt(i);
418 mHeapCache.add(binder, info);
432 ssize_t i = mHeapCache.indexOfKey(binder);
434 heap_info_t& info(mHeapCache.editValueAt(i));
443 rel = mHeapCache.valueAt(i).heap;
444 mHeapCache.removeItemsAt(i);
456 ssize_t i = mHeapCache.indexOfKey(binder);
457 if (i>=0) realHeap = mHeapCache
[all...]

Completed in 62 milliseconds