Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2c7ed9 authored by Amy Zhang's avatar Amy Zhang Committed by Android (Google) Code Review
Browse files

Merge "Framework should wait for the device to report physical address when...

Merge "Framework should wait for the device to report physical address when the device is just plugged in."
parents 69aa9d63 1e2dbdb6
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -248,14 +248,10 @@ public class HdmiCecLocalDeviceAudioSystem extends HdmiCecLocalDeviceSource {
        }
        if (mService.getPortInfo(portId).getType() == HdmiPortInfo.PORT_OUTPUT) {
            mCecMessageCache.flushAll();
        } else {
            if (connected) {
                launchDeviceDiscovery();
            } else {
        } else if (!connected){
            // TODO(amyjojo): remove device from mDeviceInfo
        }
    }
    }

    @Override
    @ServiceThreadOnly