Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java647 if (updateCecSwitchInfo(logicalAddress, type, physicalAddress)) return; in handleReportPhysicalAddress()
780 boolean updateCecSwitchInfo(int address, int type, int path) { in updateCecSwitchInfo() method in HdmiCecNetwork
H A DDeviceDiscoveryAction.java349 localDevice().mService.getHdmiCecNetwork().updateCecSwitchInfo(current.mLogicalAddress, in handleReportPhysicalAddress()