Searched defs:appBinary (Results 1 – 9 of 9) sorted by relevance
| /system/chre/host/common/ |
| D | fragmented_load_transaction.cc | 52 const std::vector<uint8_t> &appBinary, size_t fragmentSize) { in FragmentedLoadTransaction()
|
| D | host_protocol_host.cc | 194 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local 207 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local
|
| D | preloaded_nanoapp_loader.cc | 153 uint32_t appTargetApiVersion, const uint8_t *appBinary, size_t appSize, in sendFragmentedLoadAndWaitForEachResponse()
|
| D | log_message_parser.cc | 311 std::shared_ptr<const std::vector<uint8_t>> appBinary = in addNanoappDetokenizer() local
|
| /system/chre/host/hal_generic/aidl/ |
| D | generic_context_hub_aidl.cc | 137 const NanoappBinary &appBinary, in loadNanoapp() 662 bool ContextHub::loadNanoappInternal(const NanoappBinary &appBinary, in loadNanoappInternal()
|
| /system/chre/host/exynos/ |
| D | exynos_daemon.cc | 220 uint32_t appTargetApiVersion, const uint8_t *appBinary, size_t appSize, in sendFragmentedNanoappLoad()
|
| /system/chre/host/hal_generic/common/ |
| D | generic_context_hub_base.h | 206 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp()
|
| D | multi_client_context_hub_base.cc | 207 int32_t contextHubId, const NanoappBinary &appBinary, in loadNanoapp()
|
| /system/chre/platform/shared/ |
| D | host_protocol_chre.cc | 114 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local
|