Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_aaudio_monkey.cpp39 #define PROB_CLOSE (PROB_STOP + 0.10) macro
40 static_assert(PROB_CLOSE < 0.9, "Probability sum too high.");
167 } else if (dice < PROB_CLOSE) { in invoke()