Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dplatform_nanoapp.cc95 size_t appBinaryLen, in reserveBuffer() argument
101 if (appBinaryLen > kMaxAppSize) { in reserveBuffer()
102 LOGE("Rejecting app size %zu above limit %zu", appBinaryLen, kMaxAppSize); in reserveBuffer()
104 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer()
107 appBinaryLen, appId); in reserveBuffer()
112 mAppBinaryLen = appBinaryLen; in reserveBuffer()
Dhost_link.cc538 size_t appBinaryLen) { in handleLoadNanoappData() argument
543 size_t totalAppBinaryLen = (fragmentId == 0) ? bufferLen : appBinaryLen; in handleLoadNanoappData()
870 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument
879 targetApiVersion, buffer, bufferLen, fragmentId, appBinaryLen); in handleLoadNanoappRequest()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc173 uint32_t appFlags, size_t appBinaryLen, in reserveBuffer() argument
180 mAppBinary = nanoappBinaryDramAlloc(appBinaryLen); in reserveBuffer()
193 mAppBinaryLen = appBinaryLen; in reserveBuffer()
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h75 size_t appBinaryLen, uint32_t targetApiVersion);
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h65 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart);