Searched refs:app_binary (Results 1 – 5 of 5) sorted by relevance
103 /// 1. The loader sends a LoadNanoappRequest message to CHRE. app_binary must123 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,129 /// fragment_id and app_binary should be ignored by CHRE.145 app_binary:[ubyte] (required);
272 struct nano_app_binary_t app_binary; member
940 const flatbuffers::Vector<uint8_t> *app_binary() const {977 verifier.VerifyVector(app_binary()) &&1004 void add_app_binary(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary) {1005 fbb_.AddOffset(LoadNanoappRequest::VT_APP_BINARY, app_binary);1041 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary = 0,1053 builder_.add_app_binary(app_binary);1067 const std::vector<uint8_t> *app_binary = nullptr,1073 auto app_binary__ = app_binary ? _fbb.CreateVector<uint8_t>(*app_binary) : 0;
1297 std::vector<uint8_t> app_binary;1392 const flatbuffers::Vector<uint8_t> *app_binary() const {1447 verifier.VerifyVector(app_binary()) &&1477 void add_app_binary(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary) {1478 fbb_.AddOffset(LoadNanoappRequest::VT_APP_BINARY, app_binary);1514 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary = 0,1526 builder_.add_app_binary(app_binary);1540 const std::vector<uint8_t> *app_binary = nullptr,1546 auto app_binary__ = app_binary ? _fbb.CreateVector<uint8_t>(*app_binary) : 0;3035 …uto _e = app_binary(); if (_e) { _o->app_binary.resize(_e->size()); for (flatbuffers::uoffset_t _i…[all …]
79 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost()