Searched refs:mAppBinary (Results 1 – 2 of 2) sorted by relevance
123 if (mAppBinary != nullptr) { in ~PlatformNanoapp()124 memoryFreeBigImage(mAppBinary); in ~PlatformNanoapp()201 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer()202 if (mAppBinary == nullptr) { in reserveBuffer()226 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment()241 return (mIsStatic || (mAppBinary != nullptr && mBytesLoaded == mAppBinaryLen) in isLoaded()264 } else if (mAppBinary != nullptr) { in openNanoapp()287 CHRE_ASSERT(mAppBinary != nullptr); in openNanoappFromBuffer()296 filename, static_cast<const char *>(mAppBinary), in openNanoappFromBuffer()298 memoryFreeBigImage(mAppBinary); in openNanoappFromBuffer()[all …]
109 void *mAppBinary = nullptr; variable