Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dplatform_nanoapp.cc102 const void *appBinary, in loadFromBuffer()
Dhost_link.cc410 uint32_t appVersion, uint32_t targetApiVersion, const void *appBinary, in handleLoadNanoappRequest()
/system/chre/platform/shared/
Dhost_protocol_chre.cc65 const flatbuffers::Vector<uint8_t> *appBinary = request->app_binary(); in decodeMessageFromHost() local
/system/chre/host/common/
Dhost_protocol_host.cc131 auto appBinary = builder.CreateVector(nanoappBinary); in encodeLoadNanoappRequest() local
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc154 uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId) { in loadNanoApp()