Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/
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()
/frameworks/av/services/mediametrics/
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()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
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()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
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()