[go: nahoru, domu]

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

/frameworks/native/libs/binder/
H A DIMemory.cpp64 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache; member in class:android::HeapCache
414 ssize_t i = mHeapCache.indexOfKey(binder);
416 heap_info_t& info = mHeapCache.editValueAt(i);
431 mHeapCache.add(binder, info);
445 ssize_t i = mHeapCache.indexOfKey(binder);
447 heap_info_t& info(mHeapCache.editValueAt(i));
456 rel = mHeapCache.valueAt(i).heap;
457 mHeapCache.removeItemsAt(i);
469 ssize_t i = mHeapCache.indexOfKey(binder);
470 if (i>=0) realHeap = mHeapCache
[all...]

Completed in 56 milliseconds