Home
last modified time | relevance | path

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

/chre-3.4.0/platform/freertos/
Dplatform_nanoapp.cc213 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment() local
214 memcpy(binaryBuffer, buffer, bufferLen); in copyNanoappFragment()
/chre-3.4.0/platform/slpi/
Dplatform_nanoapp.cc130 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment() local
131 memcpy(binaryBuffer, buffer, bufferLen); in copyNanoappFragment()
/chre-3.4.0/host/common/test/
Dchre_test_client.cc229 std::vector<uint8_t> binaryBuffer; in sendLoadNanoappRequest() local
231 readFileContents(binaryPath, &binaryBuffer)) { in sendLoadNanoappRequest()
244 targetApiVersion, appHeader->flags, binaryBuffer); in sendLoadNanoappRequest()