Searched refs:testAudio (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Daudio-test.c86 static TestAudio* testAudio; variable
91 if (!testAudio) {
92 testAudio = malloc(sizeof(*testAudio));
93 if (testAudio_init(testAudio) < 0) {
94 free(testAudio);
95 testAudio = NULL;

Completed in 63 milliseconds