Home
last modified time | relevance | path

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

/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/
DGrpcAudioCaptureStream.java47 public int read(byte[] b, int off, int len) throws IOException { in read() argument
48 return super.read(b, off, len); in read()
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/service/
DCaptureChunkStreamObserverOutputStream.java124 public void write(byte[] b, int off, int len) { in write() argument
130 ByteString chunkBytes = ByteString.copyFrom(b, off, len); in write()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd1 @echo off
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/javasound/
DJavaAudioCapturerTests.java246 public void write(byte[] b, int off, int len) throws IOException { in write() argument