Searched refs:getActivePortId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java314 if (mService.pathToPortId(newActive.physicalAddress) == getActivePortId()) {
315 setPrevPortId(getActivePortId());
351 setPrevPortId(getActivePortId());
359 info = mService.getDeviceInfoByPort(getActivePortId());
363 info = new HdmiDeviceInfo(path, getActivePortId());
378 if (portId == getActivePortId()) {
388 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID
389 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress();
652 int newPath = mService.portIdToPath(getActivePortId());
1429 int newPath = mService.portIdToPath(getActivePortId());
[all...]
H A DHdmiControlService.java1200 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId());
1223 if (device.getPortId() == tv.getActivePortId()) {
2254 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID;
H A DHdmiCecLocalDevice.java794 int getActivePortId() { method in class:HdmiCecLocalDevice

Completed in 82 milliseconds