Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_loader.h39 explicit NanoappLoader(void *elfInput, bool mapIntoTcm) { in NanoappLoader() argument
41 mIsTcmBinary = mapIntoTcm; in NanoappLoader()
54 static void *create(void *elfInput, bool mapIntoTcm);
/aosp12/system/chre/platform/shared/
H A Ddlfcn.cc23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() argument
24 return chre::NanoappLoader::create(elfBinary, mapIntoTcm); in dlopenbuf()
H A Dnanoapp_loader.cc247 void *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() argument
249 NanoappLoader *loader = memoryAllocDram<NanoappLoader>(elfInput, mapIntoTcm); in create()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/libc/
H A Ddlfcn.h47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);