Searched refs:audioBuffer (Results 1 – 2 of 2) sorted by relevance
610 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() argument611 int bytes = super.read(audioBuffer, sizeInBytes); in read()616 ByteBuffer copy = audioBuffer.duplicate(); in read()627 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read() argument628 int bytes = super.read(audioBuffer, sizeInBytes, readMode); in read()633 ByteBuffer copy = audioBuffer.duplicate(); in read()
814 AudioBuffer audioBuffer = mAudioBuffers.get(0); in checkReturnedAudioBuffer() local815 if (audioBuffer.mByteBuffer != byteBuffer in checkReturnedAudioBuffer()816 || audioBuffer.mBufferIndex != bufferIndex) { in checkReturnedAudioBuffer()