Searched defs:audioBuffer (Results 1 – 3 of 3) sorted by relevance
342 ByteBuffer audioBuffer = ByteBuffer.allocate(buffer.remaining()); in drainOutputBuffer() local
351 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read()368 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read()
811 AudioBuffer audioBuffer = mAudioBuffers.get(0); in checkReturnedAudioBuffer() local