Searched refs:mAppBinary (Results 1 – 4 of 4) sorted by relevance
43 if (mAppBinary != nullptr) { in ~PlatformNanoapp()45 nanoappBinaryDramFree(mAppBinary); in ~PlatformNanoapp()158 (mAppBinary != nullptr && mBytesLoaded == mAppBinaryLen) || in isLoaded()180 mAppBinary = nanoappBinaryDramAlloc(appBinaryLen); in reserveBuffer()185 } else if (mAppBinary == nullptr) { in reserveBuffer()213 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment()267 } else if (mAppBinary != nullptr) { in openNanoapp()271 void *binaryStart = mAppBinary; in openNanoapp()272 if (!authenticateBinary(mAppBinary, &binaryStart)) { in openNanoapp()286 if (mAppBinary != nullptr) { in openNanoapp()[all …]
40 if (mAppBinary != nullptr) { in ~PlatformNanoapp()41 memoryFreeBigImage(mAppBinary); in ~PlatformNanoapp()104 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer()105 if (mAppBinary == nullptr) { in reserveBuffer()130 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment()146 (mAppBinary != nullptr && mBytesLoaded == mAppBinaryLen) || in isLoaded()169 } else if (mAppBinary != nullptr) { in openNanoapp()192 CHRE_ASSERT(mAppBinary != nullptr); in openNanoappFromBuffer()200 mDsoHandle = dlopenbuf(filename, static_cast<const char *>(mAppBinary), in openNanoappFromBuffer()202 memoryFreeBigImage(mAppBinary); in openNanoappFromBuffer()[all …]
116 void *mAppBinary = nullptr; variable
111 void *mAppBinary = nullptr; variable