Home
last modified time | relevance | path

Searched refs:remainingSize (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DProxy.java77 int remainingSize = size; in onRead() local
78 while (remainingSize > 0) { in onRead()
80 int bytes = mInputStream.read(data, size - remainingSize, remainingSize); in onRead()
82 return size - remainingSize; in onRead()
84 remainingSize -= bytes; in onRead()
91 return size - remainingSize; in onRead()
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphFriNfc_MifareStdMap.cpp340 NdefMap->StdMifareContainer.remainingSize = in phFriNfc_MifareStdMap_ChkNdef()
350 NdefMap->StdMifareContainer.remainingSize = in phFriNfc_MifareStdMap_ChkNdef()
360 NdefMap->StdMifareContainer.remainingSize = in phFriNfc_MifareStdMap_ChkNdef()
541 NdefMap->StdMifareContainer.remainingSize = in phFriNfc_MifareStdMap_WrNdef()
1867 NdefMap->StdMifareContainer.remainingSize -= in phFriNfc_MifStd_H_RemainTLV()
1950 NdefMap->StdMifareContainer.remainingSize -= in phFriNfc_MifStd_H_RemainTLV()
2093 NdefMap->StdMifareContainer.remainingSize -= in phFriNfc_MifStd_H_IntLenWioutNdef()
2186 NdefMap->StdMifareContainer.remainingSize -= in phFriNfc_MifStd_H_IntLenWioutNdef()
2299 NdefMap->StdMifareContainer.remainingSize = in phFriNfc_MifStd_H_RdWrReset()
2489 NdefMap->StdMifareContainer.remainingSize -= in phFriNfc_MifStd_H_ChkTLVs()
[all …]
H A DphFriNfc_NdefMap.h165 uint16_t remainingSize; member
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp158 const int remainingSize = tailPos - copyingPos; in copy() local
159 const int copyingSize = (remainingSize >= maxDataChunkSize) ? in copy()
160 maxDataChunkSize : remainingSize; in copy()
/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp176 size_t remainingSize = totalSize; in init() local
177 while (remainingSize >= 8) { in init()
183 remainingSize -= 8; in init()
188 if (chunkSize > remainingSize) { in init()
/aosp12/system/incremental_delivery/incfs/
H A DMountRegistry.cpp292 const auto remainingSize = readEnd - chunk.end(); in forEachLine() local
293 memmove(buffer, chunk.end(), remainingSize); in forEachLine()
295 nextRead = buffer + remainingSize; in forEachLine()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DConvertUtilsTest.java266 final int remainingSize = 25 - batteryHistoryKeys.length; in getIndexedUsageMap_returnsExpectedResult() local
267 for (int index = 0; index < remainingSize; index++) { in getIndexedUsageMap_returnsExpectedResult()