Searched defs:getPortId (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java327 public int getPortId() { method in class:HdmiDeviceInfo
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java258 current.mPortId = getPortId(current.mPhysicalAddress);
268 private int getPortId(int physicalAddress) { method in class:DeviceDiscoveryAction
269 return tv().getPortId(physicalAddress);
H A DHdmiCecLocalDeviceTv.java340 int getPortId(int physicalAddress) { method in class:HdmiCecLocalDeviceTv
608 HdmiDeviceInfo deviceInfo = new HdmiDeviceInfo(address, path, getPortId(path), type,
782 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(),
830 if (isArcFeatureEnabled(avr.getPortId())
929 mService.setAudioReturnChannel(avr.getPortId(), enabled);
951 if (avr.getPortId() == portId) {
1138 return isArcFeatureEnabled(avr.getPortId());
H A DHdmiMhlLocalDeviceStub.java37 int getPortId() { method in class:HdmiMhlLocalDeviceStub

Completed in 137 milliseconds