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
403 ssize_t i = mHeapCache.indexOfKey(binder);
405 heap_info_t& info = mHeapCache.editValueAt(i);
420 mHeapCache.add(binder, info);
434 ssize_t i = mHeapCache.indexOfKey(binder);
436 heap_info_t& info(mHeapCache.editValueAt(i));
445 rel = mHeapCache.valueAt(i).heap;
446 mHeapCache.removeItemsAt(i);
458 ssize_t i = mHeapCache.indexOfKey(binder);
459 if (i>=0) realHeap = mHeapCache
[all...]

Completed in 270 milliseconds