Home
last modified time | relevance | path

Searched refs:updateCecSwitchInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java261 tv().updateCecSwitchInfo(current.mLogicalAddress, current.mDeviceType, in handleReportPhysicalAddress()
DHdmiCecLocalDeviceTv.java570 if (updateCecSwitchInfo(address, type, path)) return true; in handleReportPhysicalAddress()
610 boolean updateCecSwitchInfo(int address, int type, int path) { in updateCecSwitchInfo() method in HdmiCecLocalDeviceTv