Home
last modified time | relevance | path

Searched refs:portIdToPath (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java380 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
386 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
583 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()
1241 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()
1259 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl()
H A DHdmiCecLocalDeviceAudioSystem.java1062 ? mService.portIdToPath(getRoutingPort()) in doManualPortSwitching()
1064 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
1316 int routingInformationPath = mService.portIdToPath(getRoutingPort()); in handleRoutingChangeAndInformationForSwitch()
H A DHdmiCecNetwork.java901 int portIdToPath(int portId) { in portIdToPath() method in HdmiCecNetwork
H A DHdmiCecLocalDevice.java1226 setActivePath(mService.portIdToPath(portId)); in setActivePortId()
H A DHdmiControlService.java1388 int portIdToPath(int portId) { in portIdToPath() method in HdmiControlService
1389 return mHdmiCecNetwork.portIdToPath(portId); in portIdToPath()