History log of /frameworks/av/media/libaaudio/examples/input_monitor/jni/Android.mk
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/examples/input_monitor/jni/Android.mk
0f6bf435f1cf5349a25ac276114df76a00d181e9 23-Jun-2017 Phil Burk <philburk@google.com> libaaudio: use shared library for tests and examples

They were statically linking with libaaudio.

Bug: 62820459
Test: mmm frameworks/av/media/libaaudio
Change-Id: Ie704dd6c9d12b00c3f16f30d296468c9b5b42776
/frameworks/av/media/libaaudio/examples/input_monitor/jni/Android.mk
629afae6135e6dc1e88ab4080f984fb30b3cdd7c 26-May-2017 Eric Laurent <elaurent@google.com> aaudio: add tests for device switch detection and refactor

Add detection for device switch during capture and playback tests:
write_sine, write_sine_callback, input_monitor, input_monitor_callback

Refactor tests and move simple player, simple recorder and utility
methods in separate header files and folder.

Bug: 33355262
Test: run write_sine and input_monitor tests
Change-Id: Iced66fa4344aecd8a2952e22a98e6e8454f38a5e
/frameworks/av/media/libaaudio/examples/input_monitor/jni/Android.mk
e4d7bb418df0fdc4c708c334ba3601f5ed8d89b3 28-Mar-2017 Phil Burk <philburk@google.com> libaaudio: implement callback

Use AudioTrack and AudioRecord TRANSFER_CALLBACK.
Add FixedBlockAdapter to provide fixed size callbacks.

Bug: 36489240
Test: CTS test_aaudio.cpp
Change-Id: Id2034dd640f878dd27fee6b43ad80a01c627dfd6
Signed-off-by: Phil Burk <philburk@google.com>
(cherry picked from commit c8f372c22a0e4c667a3ad3c1ec569032574c1d64)
/frameworks/av/media/libaaudio/examples/input_monitor/jni/Android.mk