commit | 16d8761804e7b98b89306ee91dce6501855c133b | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Tue Nov 03 16:32:36 2020 -0800 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Mon Nov 23 14:07:26 2020 -0800 |
tree | 2658b659aa294e44a99edd6761ce6b212503a40e | |
parent | 71109da4e5d4f9c8389c832d72192a3c0d7d04b7 [diff] |
Include the returned IAudio{Track,Record} in response parcelable In preparation to AIDLizing IAudioFlinger, having two return values is inconvenient. It is also not consistent with most other methods, which mostly return status_t. This change puts the returned IAudio{Track,Record} in the response parcelable instead of having them as separate return values. Test: Audio-related CTS tests from CtsMediaTestCases Change-Id: I97cbec21ca936b4e00e5caa06760ce00922739e8