Searched refs:appBinaryLen (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 193 uint64_t appId, uint32_t appVersion, size_t appBinaryLen) { in reserveBuffer() argument 198 if (appBinaryLen > kMaxAppSize) { in reserveBuffer() 199 LOGE("Rejecting app size %zu above limit %zu", appBinaryLen, kMaxAppSize); in reserveBuffer() 201 mAppBinary = memoryAllocBigImage(appBinaryLen); in reserveBuffer() 204 appBinaryLen, appId); in reserveBuffer() 208 mAppBinaryLen = appBinaryLen; in reserveBuffer()
|
D | host_link.cc | 548 size_t bufferLen, uint32_t fragmentId, size_t appBinaryLen) { in handleLoadNanoappData() argument 553 size_t totalAppBinaryLen = (fragmentId == 0) ? bufferLen : appBinaryLen; in handleLoadNanoappData() 794 size_t appBinaryLen) { in handleLoadNanoappRequest() argument 803 buffer, bufferLen, fragmentId, appBinaryLen); in handleLoadNanoappRequest()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_chre.h | 61 size_t appBinaryLen);
|