CEC: Send <Device Vendor ID> after address allocation
This is required to pass CTS 11.2.9-2. Bug: 17882288 Change-Id: Ie2823be8635a458a63a95abd44135035667d5836
This commit is contained in:
@@ -44,6 +44,8 @@ final class HdmiCecLocalDevicePlayback extends HdmiCecLocalDevice {
|
||||
assertRunOnServiceThread();
|
||||
mService.sendCecCommand(HdmiCecMessageBuilder.buildReportPhysicalAddressCommand(
|
||||
mAddress, mService.getPhysicalAddress(), mDeviceType));
|
||||
mService.sendCecCommand(HdmiCecMessageBuilder.buildDeviceVendorIdCommand(
|
||||
mAddress, mService.getVendorId()));
|
||||
if (reason == HdmiControlService.INITIATED_BY_SCREEN_ON) {
|
||||
oneTouchPlay(new IHdmiControlCallback.Stub() {
|
||||
@Override public void onComplete(int result) throws RemoteException {}
|
||||
|
||||
Reference in New Issue
Block a user