Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java405 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
411 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
627 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()
1467 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()
1484 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl()
DHdmiCecLocalDeviceAudioSystem.java1093 ? mService.portIdToPath(getRoutingPort()) in doManualPortSwitching()
1095 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
1334 int routingInformationPath = mService.portIdToPath(getRoutingPort()); in handleRoutingChangeAndInformationForSwitch()
DHdmiCecLocalDevice.java940 setActivePath(mService.portIdToPath(portId)); in setActivePortId()
DHdmiControlService.java972 int portIdToPath(int portId) { in portIdToPath() method in HdmiControlService