Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/io/write/
DTypedOutputStream.java97 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in TypedOutputStream
104 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() method in TypedOutputStream
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/async/
DCircularByteBufferTest.java35 public void writeBytes() { in writeBytes() method in CircularByteBufferTest
229 void writeBytes(CircularByteBuffer buffer, byte[] src, int pos, int len) { in writeBytes() method in CircularByteBufferTest.BufferAccessor
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/
DThreadUnsafeByteArrayOutputStream.java59 public void writeBytes(byte[] bytes) { in writeBytes() method in ThreadUnsafeByteArrayOutputStream
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/
DCircularByteBuffer.java144 public void writeBytes(byte[] buffer, int pos, int len) { in writeBytes() method in CircularByteBuffer
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPacketWriter.java142 public void writeBytes(byte[] data) throws IOException { in writeBytes() method in MdnsPacketWriter
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java397 int writeBytes = Math.toIntExact(Math.min(totalFreeMemory, remainingBytes)); in writeToFos() local