Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp466 HeapAllocator defaultAllocator; in doDecode() local
484 decodeAllocator = &defaultAllocator; in doDecode()
514 codecOptions.fZeroInitialized = decodeAllocator == &defaultAllocator ? in doDecode()
574 outputAllocator = &defaultAllocator; in doDecode()
663 Bitmap* heapBitmap = defaultAllocator.getStorageObjAndReset(); in doDecode()