Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java336 protected abstract int writeBlock(int numSamples); in writeBlock() method in AudioTrackSurroundTest.SamplePlayerBase
340 return writeBlock(Integer.MAX_VALUE); in primeBuffer()
428 writeBlock(mBlockSize); in playAndMeasureRate()
477 protected int writeBlock(int numShorts) { in writeBlock() method in AudioTrackSurroundTest.SamplePlayerShorts
511 protected int writeBlock(int numBytes) { in writeBlock() method in AudioTrackSurroundTest.SamplePlayerBytes