History log of /frameworks/av/media/libaaudio/tests/test_timestamps.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e72b63e9fb2161880704724b597bea57eeb77499 06-Nov-2017 Chih-hung Hsieh <chh@google.com> Merge "Use -Werror in frameworks/av/media/libaaudio"
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_timestamps.cpp
3295913fc53d42e3790afc1a063c925cbb3395bb 30-Oct-2017 Dan Willemsen <dwillemsen@google.com> Add back builds for libaaudio examples

These will actually get installed as tests in /data/nativetest{,64}/...,
instead of into the /system/bin directory.

Test: mmma frameworks/av/media/libaaudio
Change-Id: I41e077e21e3d5c76f0fd5b4f21f7377a0c293740
/frameworks/av/media/libaaudio/tests/test_timestamps.cpp
c75d97f20843388b9084561635996a01a53d0c0f 09-Sep-2017 Phil Burk <philburk@google.com> aaudio: fix return code from getTimestamp()

Should be AAUDIO_ERROR_INVALID_STATE if no timestamp available.

Bug: 65447871
Test: test_timestamps.cpp should only print AAUDIO_ERROR_INVALID_STATE
Change-Id: Id9e211ef8fce078514f4348a434e0c003372369c
/frameworks/av/media/libaaudio/tests/test_timestamps.cpp
cda5c070b3188a52771aa463507312ecf0180976 01-Sep-2017 Phil Burk <philburk@google.com> aaudio: test timestamps

Run for a while, gathering timestamps
then print a report.

Bug: 63918065
Test: this is a test
Change-Id: Ie9ada2d22fc265247a4d6c9645e42cf94caa1c05
/frameworks/av/media/libaaudio/tests/test_timestamps.cpp
97350f9df7252c881f011a410fcd9e6d766d2bee 22-Jul-2017 Phil Burk <philburk@google.com> aaudio: improve accuracy of timestamps

Account for latency added by the AAudio service.
Fix input timestamps.

Bug: 37080396
Test: test_timestamps.cpp input_monitor.cpp
Change-Id: I1053cd21af722bb9b9371df4e5731bf4a0a57b0b
/frameworks/av/media/libaaudio/tests/test_timestamps.cpp