Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DRoutingTest.java558 AudioRecordPuller puller = new AudioRecordPuller(audioRecord, bufferSize); in test_audioRecord_getRoutedDevice() local
559 puller.start(); in test_audioRecord_getRoutedDevice()
563 Thread pullerThread = new Thread(puller); in test_audioRecord_getRoutedDevice()
568 puller.stop(); in test_audioRecord_getRoutedDevice()