Home
last modified time | relevance | path

Searched defs:appBinary (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/common/
Dfragmented_load_transaction.cc51 uint32_t targetApiVersion, const std::vector<uint8_t> &appBinary, in FragmentedLoadTransaction()
Dhost_protocol_host.cc176 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local
188 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local
/system/chre/platform/shared/
Dhost_protocol_chre.cc80 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h225 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp()