Home
last modified time | relevance | path

Searched refs:inputBytes (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
H A DVoicemailFetchedCallback.java82 byte[] inputBytes = voicemailPayload.getBytes(); in setVoicemailContent()
83 if (inputBytes != null) { in setVoicemailContent()
84 outputStream.write(inputBytes); in setVoicemailContent()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java450 byte[] inputBytes = new byte[dataSize]; in getAncestralRecordVersionValue()
451 data.readEntityData(inputBytes, 0, dataSize); in getAncestralRecordVersionValue()
452 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in getAncestralRecordVersionValue()
689 byte[] inputBytes = new byte[dataSize]; in consumeRestoreData()
690 data.readEntityData(inputBytes, 0, dataSize); in consumeRestoreData()
691 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData()
774 byte[] inputBytes = new byte[dataSize]; in consumeRestoreData()
775 data.readEntityData(inputBytes, 0, dataSize); in consumeRestoreData()
776 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData()
/aosp12/build/soong/cmd/zip2zip/
H A Dzip2zip_test.go433 inputBytes := inputBuf.Bytes()
434 inputReader, err := zip.NewReader(bytes.NewReader(inputBytes), int64(len(inputBytes)))
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_codec.cpp261 int64_t inputBytes = -1; in statsd_codec() local
262 if (item->getInt64("android.media.mediacodec.video.input.bytes", &inputBytes)) { in statsd_codec()
263 metrics_proto.set_video_input_bytes(inputBytes); in statsd_codec()
265 AStatsEvent_writeInt64(event, inputBytes); in statsd_codec()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java61 inputBytes = 0; in timing()
63 inputBytes += input.getBytesSize(); in timing()
78 private long inputBytes = -1; field in UT_reduce.timing
129 if (inputBytes > 0) in string()
130 result += ", " + fmt.format(inputBytes) + " bytes"; in string()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java63 inputBytes = 0; in timing()
65 inputBytes += input.getBytesSize(); in timing()
80 private long inputBytes = -1; field in UT_reduce.timing
131 if (inputBytes > 0) in string()
132 result += ", " + fmt.format(inputBytes) + " bytes"; in string()