Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java412 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
418 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
631 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()
1285 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()
1303 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl()
DHdmiCecLocalDeviceAudioSystem.java1081 ? mService.portIdToPath(getRoutingPort()) in doManualPortSwitching()
1083 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()
1348 int routingInformationPath = mService.portIdToPath(getRoutingPort()); in handleRoutingChangeAndInformationForSwitch()
DHdmiCecNetwork.java931 int portIdToPath(int portId) { in portIdToPath() method in HdmiCecNetwork
DHdmiCecLocalDevice.java1265 setActivePath(mService.portIdToPath(portId)); in setActivePortId()
DHdmiControlService.java1518 int portIdToPath(int portId) { in portIdToPath() method in HdmiControlService
1519 return mHdmiCecNetwork.portIdToPath(portId); in portIdToPath()