Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dmemory.cc54 ptr = memoryAllocBigImage(size); in memoryAlloc()
71 void *memoryAllocBigImage(size_t size) { in memoryAllocBigImage() function
Dmemory_manager.cc28 return chre::memoryAllocBigImage(bytes); in doAlloc()
Dplatform_nanoapp.cc179 mAppFilename = static_cast<char *>(memoryAllocBigImage(appFilenameLen)); in setAppInfo()
201 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer()
/system/chre/platform/slpi/include/chre/platform/slpi/
Dmemory.h28 void *memoryAllocBigImage(size_t size);