Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_disconnect_race.cpp38 static int sErrorCount = 0; variable
43 sErrorCount++; \
196 printf("Error Count = %d, %s\n", sErrorCount, in main()
197 ((sErrorCount == 0) ? "PASS" : "FAIL")); in main()