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.cpp347 AudioEngine thief("thief"); in main() local
400 thief.setOpenDelayMillis(openDelayMillis); in main()
402 thief.setMaxRetries(maxRetries); in main()
404 thief.setCloseEnabled(closeEnabled); in main()
450 result = thief.openAudioStream(direction, requestedSharingMode); in main()
458 result = thief.start(); in main()
490 if (thief.verify()) { in main()
502 errorCount += thief.checkEnginePositions() ? 1 : 0; in main()
508 errorCount += thief.verify() ? 1 : 0; in main()
516 result = thief.stop(); in main()
[all …]