Home
last modified time | relevance | path

Searched defs:mapIntoTcm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/platform/shared/
H A Ddlfcn.cc24 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf()
H A Dnanoapp_loader.cc291 NanoappLoader *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create()
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_loader.h150 explicit NanoappLoader(void *elfInput, bool mapIntoTcm) { in NanoappLoader()