Home
last modified time | relevance | path

Searched refs:dlopenbuf (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/libc/
Ddlfcn.h47 void *dlopenbuf(void *elfBinary, bool mapIntoTcm);
/system/chre/platform/shared/
Ddlfcn.cc23 void *dlopenbuf(void *elfBinary, bool mapIntoTcm) { in dlopenbuf() function
/system/chre/platform/exynos/
Dplatform_nanoapp.cc180 mDsoHandle = dlopenbuf(mAppBinary, false /* mapIntoTcm */); in openNanoapp()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc293 mDsoHandle = dlopenbuf(binaryStart, mExpectedTcmCapable); in openNanoapp()
/system/chre/platform/slpi/
Dplatform_nanoapp.cc200 mDsoHandle = dlopenbuf(filename, static_cast<const char *>(mAppBinary), in openNanoappFromBuffer()