Skip to content
Commit 4fdd39bc authored by daren.liao's avatar daren.liao Committed by Robin Lee
Browse files

Call setArcStatus(false) before standby

[Description]
DisableDevice is called before standby.
If clearDeviceInfoList() is called before <Terminate ARC> is received,
CEC can't get device info & portId of AVR
And thus enableAudioReturnChannel is not success.

Therefore, we call setArcStatus(false) earlier
before RequestArcTerminationAction and receives <Terminate ARC>

Note that we don't use SetArcTransmissionStateAction since it is not
safe to create too many Actions during standby process

Bug: 137344668
Test: OEM

Change-Id: Ic67b31ce7d9b1dc0c3c578f87fdd782fcc797d3e
(cherry picked from commit 5681bcd4ea6c9610aa931d8c536ca15c8753eae4)
parent b1b131a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment