Home
last modified time | relevance | path

Searched refs:appBinaryLen (Results 1 – 12 of 12) 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.cc823 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument
827 appBinaryLen, respondBeforeStart); in handleLoadNanoappRequest()
/system/chre/platform/tinysys/
Dauthentication.cc223 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()
Dhost_link.cc692 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart) { in handleLoadNanoappRequest() argument
696 targetApiVersion, buffer, bufferLen, fragmentId, appBinaryLen, in handleLoadNanoappRequest()
/system/chre/platform/exynos/
Dplatform_nanoapp.cc30 uint32_t appFlags, size_t appBinaryLen, in reserveBuffer() argument
35 mAppBinary = memoryAlloc(appBinaryLen); in reserveBuffer()
45 mAppBinaryLen = appBinaryLen; in reserveBuffer()
Dhost_link.cc163 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/
Dauthentication.h39 bool authenticateBinary(const void *binary, size_t appBinaryLen,
Dhost_protocol_chre.h80 uint32_t fragmentId, size_t appBinaryLen, bool respondBeforeStart);
127 uint32_t fragmentId, size_t appBinaryLen,
/system/chre/platform/shared/
Dhost_link.cc63 size_t appBinaryLen, bool respondBeforeStart) { in loadNanoappData() argument
67 size_t totalAppBinaryLen = (fragmentId == 0) ? bufferLen : appBinaryLen; in loadNanoappData()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc177 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/
Dplatform_nanoapp_base.h57 size_t appBinaryLen, uint32_t targetApiVersion);
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h75 size_t appBinaryLen, uint32_t targetApiVersion);