Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java397 byte[] inputBytes = new byte[dataSize]; in getAncestralRecordVersionValue()
398 data.readEntityData(inputBytes, 0, dataSize); in getAncestralRecordVersionValue()
399 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in getAncestralRecordVersionValue()
627 byte[] inputBytes = new byte[dataSize]; in consumeRestoreData()
628 data.readEntityData(inputBytes, 0, dataSize); in consumeRestoreData()
629 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData()
712 byte[] inputBytes = new byte[dataSize]; in consumeRestoreData()
713 data.readEntityData(inputBytes, 0, dataSize); in consumeRestoreData()
714 ByteArrayInputStream inputBuffer = new ByteArrayInputStream(inputBytes); in consumeRestoreData()
/aosp14/frameworks/base/media/java/android/media/midi/
H A DIMidiManager.aidl65 void updateTotalBytes(in IMidiDeviceServer server, int inputBytes, int outputBytes); in updateTotalBytes() argument
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/
H A DJSScriptEnginePerfTests.java329 JSScriptArgument[] inputBytes = new JSScriptArgument[200]; in evaluate_turtledoveWasm() local
331 for (int i = 0; i < inputBytes.length; i++) { in evaluate_turtledoveWasm()
333 inputBytes[i] = JSScriptArgument.numericArg("_", value); in evaluate_turtledoveWasm()
339 recordArg("metadata", JSScriptArgument.arrayArg("input", inputBytes))); in evaluate_turtledoveWasm()