Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DMeshTest.kt338 val numShorts = 3 in <lambda>() constant
339 val indexBuffer = ByteBuffer.allocateDirect(numShorts * 2).asShortBuffer().apply { in <lambda>()
364 val numShorts = 3 in <lambda>() constant
365 val indexBuffer = ShortBuffer.allocate(numShorts).apply { in <lambda>()
390 val numShorts = 3 in <lambda>() constant
391 val indexBuffer = ByteBuffer.allocateDirect(numShorts * 2).asShortBuffer().apply { in <lambda>()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackSurroundTest.java436 protected int writeBlock(int numShorts) { in writeBlock() argument
438 int shortsToWrite = numShorts; in writeBlock()