History log of /frameworks/av/media/libaaudio/tests/test_n_streams.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68326fe017a18957419a81489b67f75831f9a674 31-Oct-2017 Chih-Hung Hsieh <chh@google.com> Use -Werror in frameworks/av/media/libaaudio

* Remove unused local variables, labels, functions, private fields.
* Fix warning of unused return result.
* Use template functions in .h file to avoid warning of unused static functions.

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I54962a7fd36a405e54366130b9c0a24e26fe8ebb
/frameworks/av/media/libaaudio/tests/test_n_streams.cpp
e34b0cfc0d7cf5118df6922f37452266ef4078b5 05-Jul-2017 Phil Burk <philburk@google.com> aaudio test: test both input and output stream limits

Bug: 62951298
Test: this is a test
Change-Id: I03521e2a6147733c7b89f2371cc3f46ca5001d77
/frameworks/av/media/libaaudio/tests/test_n_streams.cpp
9169294539ad46e08e2fe76a93c37ed965c13058 30-Jun-2017 Phil Burk <philburk@google.com> aaudio: limit number of streams per process

Testing the new max streams restriction revealed the bug
involving the second shared stream.

Bug: 62951298
Bug: 63171495
Test: test_n_streams.cpp can open MAX_STREAMS_PER_PROCESS MMAP streams
Change-Id: Ibea7d9c4716326a37c669954b52f397ed2968caa
/frameworks/av/media/libaaudio/tests/test_n_streams.cpp