Home
last modified time | relevance | path

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

/system/extras/tests/include/
DtestUtil.h43 uint32_t testRandMod(uint32_t mod);
/system/extras/tests/lib/testUtil/
DtestUtil.c205 uint32_t testRandMod(uint32_t mod) in testRandMod() function
244 return (testRandMod(2)); in testRandBool()
/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c487 chosenAvail = testRandMod(numAvailCPU); in randBind()