Searched refs:mHeapCache (Results 1 – 1 of 1) sorted by relevance
63 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache; member in android::HeapCache401 ssize_t i = mHeapCache.indexOfKey(binder); in find_heap()403 heap_info_t& info = mHeapCache.editValueAt(i); in find_heap()418 mHeapCache.add(binder, info); in find_heap()432 ssize_t i = mHeapCache.indexOfKey(binder); in free_heap()434 heap_info_t& info(mHeapCache.editValueAt(i)); in free_heap()443 rel = mHeapCache.valueAt(i).heap; in free_heap()444 mHeapCache.removeItemsAt(i); in free_heap()456 ssize_t i = mHeapCache.indexOfKey(binder); in get_heap()457 if (i>=0) realHeap = mHeapCache.valueAt(i).heap; in get_heap()[all …]