/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 | 823 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument 827 appBinaryLen, respondBeforeStart); in handleLoadNanoappRequest()
|
/system/chre/platform/tinysys/ |
D | authentication.cc | 223 bool authenticateBinary(const void *binary, size_t appBinaryLen, in authenticateBinary() argument 233 if (appBinaryLen <= kHeaderSize) { in authenticateBinary() 234 LOGE("Binary size %zu is too short.", appBinaryLen); in authenticateBinary() 249 } else if (expectedAppBinaryLength != appBinaryLen) { in authenticateBinary() 250 LOGE("Invalid binary length %zu. Expected %" PRIu32, appBinaryLen, in authenticateBinary()
|
D | host_link.cc | 692 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument 696 targetApiVersion, buffer, bufferLen, fragmentId, appBinaryLen, in handleLoadNanoappRequest()
|
/system/chre/platform/exynos/ |
D | platform_nanoapp.cc | 30 uint32_t appFlags, size_t appBinaryLen, in reserveBuffer() argument 35 mAppBinary = memoryAlloc(appBinaryLen); in reserveBuffer() 45 mAppBinaryLen = appBinaryLen; in reserveBuffer()
|
D | host_link.cc | 163 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument 167 targetApiVersion, buffer, bufferLen, fragmentId, appBinaryLen, in handleLoadNanoappRequest()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | authentication.h | 39 bool authenticateBinary(const void *binary, size_t appBinaryLen,
|
D | host_protocol_chre.h | 80 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart); 127 uint32_t fragmentId, size_t appBinaryLen,
|
/system/chre/platform/shared/ |
D | host_link.cc | 63 size_t appBinaryLen, bool respondBeforeStart) { in loadNanoappData() argument 67 size_t totalAppBinaryLen = (fragmentId == 0) ? bufferLen : appBinaryLen; in loadNanoappData()
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 177 uint32_t appFlags, size_t appBinaryLen, in reserveBuffer() argument 185 nanoappBinaryDramAlloc(appBinaryLen, CHRE_NANOAPP_LOAD_ALIGNMENT); in reserveBuffer() 198 mAppBinaryLen = appBinaryLen; in reserveBuffer()
|
/system/chre/platform/exynos/include/chre/target_platform/ |
D | platform_nanoapp_base.h | 57 size_t appBinaryLen, uint32_t targetApiVersion);
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | platform_nanoapp_base.h | 75 size_t appBinaryLen, uint32_t targetApiVersion);
|