Home
last modified time | relevance | path

Searched defs:fragmentId (Results 1 – 6 of 6) sorted by relevance

/system/chre/host/common/
Dfragmented_load_transaction.cc57 size_t fragmentId = 1; in FragmentedLoadTransaction() local
Dhost_protocol_host.cc172 const std::vector<uint8_t>& nanoappBinary, uint32_t fragmentId, in encodeLoadNanoappRequestForBinary()
/system/chre/platform/slpi/
Dnanoapp_load_manager.cc48 uint16_t hostClientId, uint32_t transactionId, uint32_t fragmentId, in copyNanoappFragment()
Dhost_link.cc70 uint32_t fragmentId; member
426 uint16_t hostClientId, uint32_t transactionId, uint32_t fragmentId, in sendFragmentResponse()
431 uint32_t fragmentId; in sendFragmentResponse() member
548 size_t bufferLen, uint32_t fragmentId, size_t appBinaryLen) { in handleLoadNanoappData()
793 size_t bufferLen, const char *appFileName, uint32_t fragmentId, in handleLoadNanoappRequest()
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h33 size_t fragmentId; member
/system/chre/platform/shared/
Dhost_protocol_chre.cc162 uint32_t transactionId, bool success, uint32_t fragmentId) { in encodeLoadNanoappResponse()