/system/chre/util/nanoapp/ |
D | wifi.cc | 26 bool parseSsidToStr(char *buffer, size_t bufferLen, in parseSsidToStr() argument 30 bool success = (bufferLen >= static_cast<size_t>(ssidLen + 1)); in parseSsidToStr() 52 char *buffer, size_t bufferLen) { in parseBssidToStr() argument 57 if (bufferLen >= kBssidStrLen) { in parseBssidToStr() 59 snprintf(buffer, bufferLen, kFormat, bssid[0], bssid[1], bssid[2], in parseBssidToStr()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | wifi.h | 40 bool parseSsidToStr(char *buffer, size_t bufferLen, 52 char *buffer, size_t bufferLen);
|
/system/nfc/src/adaptation/ |
D | CrcChecksum.cc | 72 uint16_t crcChecksumCompute(const unsigned char* buffer, int bufferLen) { in crcChecksumCompute() argument 75 int cnt = bufferLen; in crcChecksumCompute()
|
/system/chre/platform/slpi/ |
D | nanoapp_load_manager.cc | 49 const void *buffer, size_t bufferLen) { in copyNanoappFragment() argument 52 success = mNanoapp->copyNanoappFragment(buffer, bufferLen); in copyNanoappFragment()
|
D | platform_nanoapp.cc | 217 const void *buffer, size_t bufferLen) { in copyNanoappFragment() argument 221 if (mBytesLoaded + bufferLen > mAppBinaryLen) { in copyNanoappFragment() 223 bufferLen, mBytesLoaded, mAppBinaryLen); in copyNanoappFragment() 227 memcpy(binaryBuffer, buffer, bufferLen); in copyNanoappFragment() 228 mBytesLoaded += bufferLen; in copyNanoappFragment()
|
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() 572 bufferLen); in handleLoadNanoappData() 594 unsigned char *buffer, int bufferLen, unsigned int *messageLen) { in chre_slpi_get_message_to_host() argument 596 CHRE_ASSERT(bufferLen > 0); in chre_slpi_get_message_to_host() 600 if (bufferLen <= 0 || buffer == nullptr || messageLen == nullptr) { in chre_slpi_get_message_to_host() 604 bufferLen, (buffer == nullptr), (messageLen == nullptr)); in chre_slpi_get_message_to_host() 606 size_t bufferSize = static_cast<size_t>(bufferLen); in chre_slpi_get_message_to_host() 793 size_t bufferLen, const char *appFileName, uint32_t fragmentId, in handleLoadNanoappRequest() argument 803 buffer, bufferLen, fragmentId, appBinaryLen); in handleLoadNanoappRequest()
|
/system/nfc/src/include/ |
D | CrcChecksum.h | 32 uint16_t crcChecksumCompute(const unsigned char* buffer, int bufferLen);
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi.h | 43 …__QAIC_HEADER(chre_slpi_get_message_to_host)(unsigned char* buffer, int bufferLen, unsigned int* m…
|
D | chre_slpi_stub.c | 582 …t __QAIC_STUB(chre_slpi_get_message_to_host)(unsigned char* buffer, int bufferLen, unsigned int* m… in __QAIC_STUB() 584 …return _stub_method_1(_chre_slpi_handle(), _mid, (char**)&buffer, (uint32_t*)&bufferLen, (uint32_t… in __QAIC_STUB()
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | nanoapp_load_manager.h | 77 const void *buffer, size_t bufferLen);
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_protocol_chre.h | 60 size_t bufferLen, const char *appFileName, uint32_t fragmentId,
|