diff options
author | Manisha Agarwal <maniagar@codeaurora.org> | 2019-06-21 19:29:03 +0530 |
---|---|---|
committer | Manisha Agarwal <maniagar@codeaurora.org> | 2019-06-21 19:34:50 +0530 |
commit | 38cc5beb4b60bd68b262e4ee84e7886e45933d84 (patch) | |
tree | 2a04f5a6c0068673c61ed668fe63cbc88e5dffe7 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | a6c4f2a9120a49a2093a6edc518fc7d514916f60 (diff) |
Audio: Unmute before set device volume during SHO.
No audio heard after SHO when one remote volume set to zero.
When one remote volume is set to zero the stream becomes inactive
and flag mIsMuted becomes true.Now when Soft hand off happens and
A2dp sends us active device change with new remembered a2dp volume
we dont reset the mIsMuted flag and applyDeviceVolume such that if
mIsMuted is true index is overwritten to true.
To solve this issue we reset the mute flag before setting device volume
so that index does not gets overwritten and correct index gets set.
CRs-Fixed: 2452290
Change-Id: Id9d09e61067c4650a0e0575e3a1b96f2dd6e6b2c
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions