Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dplatform_nanoapp.cc193 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()
Dhost_link.cc548 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/
Dhost_protocol_chre.h61 size_t appBinaryLen);