Lines Matching refs:printf

76         printf("ERROR - MAX_TESTS too small = %d\n", MAX_TESTS);  in logTestResult()
90 printf("%2d: mmap = %3s, sharing = %9s, perf = %11s, dir = %6s ---- %4s\n", in printTestResults()
110 printf("ERROR - SimplePlayerDataCallbackProc needs userData\n"); in timestampDataCallbackProc()
123 printf("Simulate glitch at %lld\n", (long long) timestampData->framesTotal); in timestampDataCallbackProc()
172 printf("\n=================================================================================\n"); in testTimeStamps()
173 printf("--------- testTimeStamps(policy = %d, sharing = %s, perf = %s, dir = %s) --------\n", in testTimeStamps()
184 printf("AAudio_createStreamBuilder returned %s", in testTimeStamps()
199 printf("AAudioStreamBuilder_openStream returned %s", in testTimeStamps()
211 printf("did not get expected sharingMode, got %3d, skipping test\n", in testTimeStamps()
218 printf("did not get expected performanceMode, got %3d, skipping test\n", in testTimeStamps()
224 printf(" chans = %3d, rate = %6d format = %d\n", in testTimeStamps()
227 printf(" Is MMAP used? %s\n", isMmap ? "yes" : "no"); in testTimeStamps()
232 printf(" framesPerBurst = %3d\n", framesPerBurst); in testTimeStamps()
238 printf(" BufferSize: original = %4d, requested = %4d, final = %4d\n", in testTimeStamps()
245 printf("before start, AAudioStream_getTimestamp() returns %s\n", in testTimeStamps()
250 printf("------------------ loop #%d\n", runs); in testTimeStamps()
260 printf("AAudioStream_requestStart returned %s", in testTimeStamps()
270 printf("framesWritten = %d, XRuns = %d\n", in testTimeStamps()
278 printf("AAudioStream_requestStop returned %s\n", in testTimeStamps()
282 printf("timestampCount = %d\n", sTimestampData.timestampCount); in testTimeStamps()
289 printf(" %3d : frames %8lld, xferd %8lld, result = %s\n", in testTimeStamps()
313 printf(" %3d : frames %8lld, xferd %8lld", in testTimeStamps()
317 printf(" STAMP: pos = %8lld, nanos = %8lld, lat = %7.1f msec %s\n", in testTimeStamps()
328 printf("ERROR - AAudioStream_getTimestamp() never gave us a valid timestamp\n"); in testTimeStamps()
338 printf("ERROR - AAudioStream_getTimestamp() should return" in testTimeStamps()
358 printf("result = %d = %s\n", result, AAudio_convertResultToText(result)); in testTimeStamps()
372 printf("Test Timestamps V0.1.4\n"); in main()