HomeSort by relevance Sort by last modified time
    Searched full:app_binary (Results 1 - 7 of 7) sorted by null

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 671 const flatbuffers::Vector<uint8_t> *app_binary() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
681 verifier.Verify(app_binary()) &&
701 void add_app_binary(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary) {
702 fbb_.AddOffset(LoadNanoappRequest::VT_APP_BINARY, app_binary);
723 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> app_binary = 0) {
726 builder_.add_app_binary(app_binary);
739 const std::vector<uint8_t> *app_binary = nullptr) {
746 app_binary ? _fbb.CreateVector<uint8_t>(*app_binary) : 0);
    [all...]
  /system/chre/platform/shared/
host_protocol_chre.cc 65 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary();
  /system/chre/platform/shared/idl/
host_messages.fbs 92 app_binary:[ubyte] (required);
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 936 std::vector<uint8_t> app_binary; member in struct:chre::fbs::ChreMessage::LoadNanoappRequestT
978 const flatbuffers::Vector<uint8_t> *app_binary() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]
  /device/google/contexthub/contexthubhal/test/
main.cpp 290 if (!req || fileSize < sizeof(*req) || req->app_binary.magic != NANOAPP_MAGIC) {
  /hardware/libhardware/include/hardware/
context_hub.h 272 struct nano_app_binary_t app_binary; member in struct:load_app_request_t
  /device/google/contexthub/contexthubhal/
system_comms.cpp 293 mAppName = appReq->app_binary.app_id;

Completed in 767 milliseconds