Home
last modified time | relevance | path

Searched refs:mAppBinaryLen (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/slpi/
Dplatform_nanoapp.cc112 mAppBinaryLen = appBinaryLen; in reserveBuffer()
125 if (mBytesLoaded + bufferLen > mAppBinaryLen) { in copyNanoappFragment()
127 bufferLen, mBytesLoaded, mAppBinaryLen); in copyNanoappFragment()
146 (mAppBinary != nullptr && mBytesLoaded == mAppBinaryLen) || in isLoaded()
201 static_cast<int>(mAppBinaryLen), RTLD_NOW); in openNanoappFromBuffer()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc158 (mAppBinary != nullptr && mBytesLoaded == mAppBinaryLen) || in isLoaded()
193 mAppBinaryLen = appBinaryLen; in reserveBuffer()
208 if ((mBytesLoaded + bufferLen) > mAppBinaryLen) { in copyNanoappFragment()
210 bufferLen, mBytesLoaded, mAppBinaryLen); in copyNanoappFragment()
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h117 size_t mAppBinaryLen = 0; variable
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h112 size_t mAppBinaryLen = 0; variable