Home
last modified time | relevance | path

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

/system/chre/host/common/
Dfragmented_load_transaction.cc52 const std::vector<uint8_t> &appBinary, size_t fragmentSize) { in FragmentedLoadTransaction()
Dhost_protocol_host.cc189 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local
202 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local
Dpreloaded_nanoapp_loader.cc111 uint32_t appTargetApiVersion, const uint8_t *appBinary, size_t appSize, in sendFragmentedLoadAndWaitForEachResponse()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc134 const NanoappBinary &appBinary, in loadNanoapp()
611 bool ContextHub::loadNanoappInternal(const NanoappBinary &appBinary, in loadNanoappInternal()
/system/chre/host/exynos/
Dexynos_daemon.cc220 uint32_t appTargetApiVersion, const uint8_t *appBinary, size_t appSize, in sendFragmentedNanoappLoad()
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h206 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp()
Dmulti_client_context_hub_base.cc126 int32_t contextHubId, const NanoappBinary &appBinary, in loadNanoapp()
/system/chre/platform/shared/
Dhost_protocol_chre.cc82 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local