HomeSort by relevance Sort by last modified time
    Searched defs:heapAlloc (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/core/
heap.c 115 void* heapAlloc(uint32_t sz)
174 // NULL is a valid reply from heapAlloc, and thus it is not an error for
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 178 HeapAllocator heapAlloc;
184 allocator = &heapAlloc;
233 return android::bitmap::createBitmap(env, heapAlloc.getStorageObjAndReset(), bitmapCreateFlags);

Completed in 64 milliseconds