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 size_t fragmentSize) { in FragmentedLoadTransaction() argument
63 appBinary.size(), getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
67 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
70 byteIndex += fragmentSize; in FragmentedLoadTransaction()
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h80 size_t fragmentSize = kDefaultFragmentSize);