OSDN Git Service

Test cleanup
authorGlenn Kasten <gkasten@google.com>
Sun, 10 Oct 2010 22:04:20 +0000 (15:04 -0700)
committerGlenn Kasten <gkasten@google.com>
Sun, 10 Oct 2010 23:40:32 +0000 (16:40 -0700)
commit4d7c8c742d5b09895e7ce3d07d314b6ada56123d
tree3bcccb00bdfec2fc064902dd4f954e096a517beb
parentd78ef68025c4de08bffaa318d0057d8affac81a1
Test cleanup

Fix bug in QueryEffect test - was not re-initializing the name length.
Add QueryEffect test for over-writing the name buffer.
Don't create output with VOLUME or NULL interfaces.
Use <stdlib.h> symbolic names for exit codes instead of 0 and 1.
Remove Android-style logging from examples; use only printf.
Remove extra blank lines in test output.
Remove the MAX_NUMBER_OUTPUT_DEVICES macro.
Use <unistd.h> to declare usleep.
Remove obsolete #include statements.
Fix build warnings.

Change-Id: I8d198a317246b3894f104edf7c9f317a51593d07
22 files changed:
opensles/tests/examples/slesTestBassBoostPath.cpp
opensles/tests/examples/slesTestEffectCapabilities.cpp
opensles/tests/examples/slesTestEqFdPath.cpp
opensles/tests/examples/slesTestEqOutputPath.cpp
opensles/tests/examples/slesTestPlayFdPath.cpp
opensles/tests/examples/slesTestRecBuffQueue.cpp
opensles/tests/examples/slesTestSawtoothBufferQueue.cpp
opensles/tests/examples/slesTestSendToPresetReverb.cpp
opensles/tests/examples/slesTestVirtualizerPath.cpp
opensles/tests/listening/slesTest_playMuteSolo.cpp
opensles/tests/mimeUri/Android.mk
opensles/tests/mimeUri/slesTestLoopUri.cpp
opensles/tests/mimeUri/slesTestPlayStreamType.cpp
opensles/tests/mimeUri/slesTestPlayUri.cpp
opensles/tests/mimeUri/slesTestPlayUri2.cpp
opensles/tests/mimeUri/slesTestSlowDownUri.cpp
opensles/tests/mimeUri/slesTest_playStates.cpp
opensles/tests/mimeUri_test.cpp
opensles/tests/sandbox/configbq.c
opensles/tests/sandbox/multiplay.c
opensles/tests/sandbox/reverb.c
opensles/tests/sandbox/urimime.c