Searched defs:read (Results 1 – 5 of 5) sorted by relevance
135 public int read(byte[] b) throws IOException { in read() method in GrpcAudioCaptureStream159 public int read(byte[] b, int off, int len) throws IOException { in read() method in GrpcAudioCaptureStream222 public int read() throws IOException { in read() method in GrpcAudioCaptureStream235 public int read(short[] samples, int offset, int len) throws IOException { in read() method in GrpcAudioCaptureStream261 int read = 0; in read() local
44 public abstract int read(short[] samples, int offset, int len) throws IOException; in read() method in AudioCaptureStream
203 int read; in run() local
134 override fun read(buffer: ByteArray, offset: Int, readLength: Int): Int { in read() method in android.tools.device.traces.monitors.ScreenRecorderTest.ScreenRecorderSeekableInputReader
574 public static ReadElf read(File file) throws IOException { in read() method in ReadElf