diff options
author | Gyumin Sim <gyumin@google.com> | 2020-07-29 01:37:20 +0900 |
---|---|---|
committer | Gyumin Sim <gyumin@google.com> | 2020-08-14 18:55:14 +0900 |
commit | 35d7cd4771028a86f47da1dbc5f8ab30cb3c771b (patch) | |
tree | 4b1c9df11aee2b47b7ea8be2805cbf974cdb4da9 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 2503bf242d9175e7cce3cd619fc64104242a3e57 (diff) |
Avoid blocking outgoing binder call for setQueue
There has been a blocking binder call out of system_server for
MediaSession#setQueue because ParceledListSlice internally creates
another binder on the caller side and calls the binder from callee
if the list is too large to fit in a single IPC transaction.
It introduces ParcelableListBinder to do multiple transactions in the
same direction, so that the binder call doesn't block system_server.
Bug: 147703076
Test: atest CtsMediaTestCases:android.media.cts.MediaSessionTest
Change-Id: I5623c20d615d25c88999d80615958d6cb6e51a77
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions