Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_steal_exclusive.cpp331 AudioEngine thief("thief"); in main() local
376 thief.setOpenDelayMillis(openDelayMillis); in main()
378 thief.setMaxRetries(maxRetries); in main()
418 result = thief.openAudioStream(direction, requestedSharingMode); in main()
426 result = thief.start(); in main()
439 if (thief.verify()) { in main()
451 errorCount += thief.checkEnginePositions() ? 1 : 0; in main()
457 errorCount += thief.verify() ? 1 : 0; in main()
465 result = thief.stop(); in main()
474 thief.closeAudioStream(); in main()