Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java340 if (mService.pathToPortId(newActive.physicalAddress) == getActivePortId()) { in updateActiveSource()
341 setPrevPortId(getActivePortId()); in updateActiveSource()
381 info = mService.getDeviceInfoByPort(getActivePortId()); in updateActiveInput()
385 info = HdmiDeviceInfo.hardwarePort(path, getActivePortId()); in updateActiveInput()
400 if (portId == getActivePortId()) { in doManualPortSwitching()
410 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()
411 && getActivePortId() != Constants.CEC_SWITCH_HOME in doManualPortSwitching()
412 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
631 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()
1285 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()
[all …]
DRoutingControlAction.java99 tv.setPrevPortId(tv.getActivePortId()); in updateActiveInput()
DActiveSourceHandler.java75 tv.setPrevPortId(tv.getActivePortId()); in process()
DHdmiCecLocalDevice.java1251 int getActivePortId() { in getActivePortId() method in HdmiCecLocalDevice
DHdmiControlService.java2328 if (device.getPortId() == tv.getActivePortId()) { in deviceSelect()
3263 tv().getActivePortId()); in getActiveSource()
4357 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()