commit | 7f6b40d78b1976c78d1300e8a51fda36eeb50c5d | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Thu Feb 09 13:18:38 2017 -0800 |
committer | Phil Burk <philburk@google.com> | Fri Apr 07 17:26:11 2017 -0700 |
tree | 78d0268547b2ca08c89e11a3fcc4a6acafed9a54 | |
parent | a2e1b6dfd047c148a639cbaff7e3f857d7b3fddc [diff] [blame] |
AAudioService: integrated with audioserver Call the MmapStreamInterface from AudioFlinger instead of the FakeHAL. Fix sending timestamps from the thread. Add shared mode in service. Bug: 35260844 Test: CTS test_aaudio.cpp Change-Id: I44c7e4ecae4ce205611b6b73a72e0ae8a5b243e5 Signed-off-by: Phil Burk <philburk@google.com>
diff --git a/media/libaaudio/src/binding/AudioEndpointParcelable.h b/media/libaaudio/src/binding/AudioEndpointParcelable.h index d4646d0..4a1cb72 100644 --- a/media/libaaudio/src/binding/AudioEndpointParcelable.h +++ b/media/libaaudio/src/binding/AudioEndpointParcelable.h
@@ -57,6 +57,8 @@ aaudio_result_t validate(); + aaudio_result_t close(); + void dump(); public: // TODO add getters