Searched refs:appBinary (Results 1 – 5 of 5) sorted by relevance
/system/chre/host/common/ |
D | fragmented_load_transaction.cc | 52 const std::vector<uint8_t> &appBinary, size_t fragmentSize) { in FragmentedLoadTransaction() argument 63 targetApiVersion, appBinary.size(), in FragmentedLoadTransaction() 64 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction() 68 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction() 72 } while (byteIndex < appBinary.size()); in FragmentedLoadTransaction()
|
D | host_protocol_host.cc | 180 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequestForBinary() local 182 builder, transactionId, appId, appVersion, targetApiVersion, appBinary, in encodeLoadNanoappRequestForBinary() 193 auto appBinary = builder.CreateVector(emptyAppBinary); in encodeLoadNanoappRequestForFile() local 196 builder, transactionId, appId, appVersion, targetApiVersion, appBinary, in encodeLoadNanoappRequestForFile()
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 243 Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary &appBinary, in loadNanoApp() argument 257 uint32_t targetApiVersion = (appBinary.targetChreApiMajorVersion << 24) | in loadNanoApp() 258 (appBinary.targetChreApiMinorVersion << 16); in loadNanoApp() 260 transactionId, appBinary.appId, appBinary.appVersion, appBinary.flags, in loadNanoApp() 261 targetApiVersion, appBinary.customBinary); in loadNanoApp() 273 appBinary.customBinary.size(), appBinary.appId, transactionId, result); in loadNanoApp()
|
/system/chre/host/common/include/chre_host/ |
D | fragmented_load_transaction.h | 89 const std::vector<uint8_t> &appBinary,
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 79 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local 85 request->target_api_version(), appBinary->data(), appBinary->size(), in decodeMessageFromHost()
|