Searched refs:appBinaryLen (Results 1 – 5 of 5) sorted by relevance
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 95 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()
|
D | host_link.cc | 538 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/ |
D | platform_nanoapp.cc | 173 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/ |
D | platform_nanoapp_base.h | 75 size_t appBinaryLen, uint32_t targetApiVersion);
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_chre.h | 65 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart);
|