Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Ddlfcn.cc23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() argument
24 return chre::NanoappLoader::create(elfBinary, mapIntoTcm); in dlopenbuf()
Dnanoapp_loader.cc262 void *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() argument
264 NanoappLoader *loader = memoryAllocDram<NanoappLoader>(elfInput, mapIntoTcm); in create()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h74 explicit NanoappLoader(void *elfInput, bool mapIntoTcm) { in NanoappLoader() argument
76 mIsTcmBinary = mapIntoTcm; in NanoappLoader()
89 static void *create(void *elfInput, bool mapIntoTcm);
/system/chre/platform/shared/include/chre/platform/shared/libc/
Ddlfcn.h47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);