History log of /frameworks/av/services/oboeservice/AAudioClientTracker.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4501b3510f9b2af2ff63a0471de24e3feea1d0a8 30-Jun-2017 Phil Burk <philburk@google.com> aaudio: improved dumpsys

Add more information about various streams and endpoints.

Bug: 38396780
Test: adb shell dumpsys media.aaudio
Change-Id: I5cc116574bfc3aa93703c182d933dbdfcbefad7a
/frameworks/av/services/oboeservice/AAudioClientTracker.h
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/services/oboeservice/AAudioClientTracker.h
11e8d335b1da528ee771b19b63df23ae6fd52f41 24-May-2017 Phil Burk <philburk@google.com> aaudio: close MMAP stream if client dies

Notify client when audio service dies. Clear connection.
Notify AAudio service when client dies. Close client streams.

Use sp<> to track ServiceStreams.

Bug: 38267698
Test: test_no_close.cpp
Change-Id: I5f1699ed3b8b7bd960947c0028a89ca8419ce7a0
/frameworks/av/services/oboeservice/AAudioClientTracker.h