summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorGyumin Sim <gyumin@google.com>2020-07-29 01:37:20 +0900
committerGyumin Sim <gyumin@google.com>2020-08-14 18:55:14 +0900
commit35d7cd4771028a86f47da1dbc5f8ab30cb3c771b (patch)
tree4b1c9df11aee2b47b7ea8be2805cbf974cdb4da9 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent2503bf242d9175e7cce3cd619fc64104242a3e57 (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