Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/
H A 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()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/ttls/
H A DEapTtlsOutboundFragmentationHelper.java45 public EapTtlsOutboundFragmentationHelper(int fragmentSize) { in EapTtlsOutboundFragmentationHelper() argument
46 mFragmentSize = fragmentSize; in EapTtlsOutboundFragmentationHelper()
/aosp12/system/chre/host/common/include/chre_host/
H A Dfragmented_load_transaction.h90 size_t fragmentSize = kDefaultFragmentSize);