Lines Matching refs:mAppBinary
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()
203 mAppBinary = nullptr; in openNanoappFromBuffer()