Home
last modified time | relevance | path

Searched refs:fragmentSize (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/
Dfragmented_load_transaction.cc52 const std::vector<uint8_t> &appBinary, size_t fragmentSize) { in FragmentedLoadTransaction() argument
64 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
68 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
71 byteIndex += fragmentSize; in FragmentedLoadTransaction()
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h90 size_t fragmentSize = kDefaultFragmentSize);