Merge "CEC: Implement handleReportArcInitiate method" am: b36f38b8aa am: e772a46831
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1589691 Change-Id: I611985ac9ca69ffa05801fe7170955076a720593
This commit is contained in:
@@ -557,8 +557,12 @@ public class HdmiCecLocalDeviceAudioSystem extends HdmiCecLocalDeviceSource {
|
|||||||
@ServiceThreadOnly
|
@ServiceThreadOnly
|
||||||
protected boolean handleReportArcInitiate(HdmiCecMessage message) {
|
protected boolean handleReportArcInitiate(HdmiCecMessage message) {
|
||||||
assertRunOnServiceThread();
|
assertRunOnServiceThread();
|
||||||
// TODO(amyjojo): implement report arc initiate handler
|
/*
|
||||||
HdmiLogger.debug(TAG + "Stub handleReportArcInitiate");
|
* Ideally, we should have got this response before the {@link ArcInitiationActionFromAvr}
|
||||||
|
* has timed out. Even if the response is late, {@link ArcInitiationActionFromAvr
|
||||||
|
* #handleInitiateArcTimeout()} would not have disabled ARC. So nothing needs to be done
|
||||||
|
* here.
|
||||||
|
*/
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user