Home
last modified time | relevance | path

Searched refs:pathToPortId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiControlServiceTvTest.java69 int pathToPortId(int path) { in setUp()
H A DSystemAudioInitiationActionFromAvrTest.java135 int pathToPortId(int path) { in SetUp()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java1205 mService.setActivePortId(pathToPortId(path)); in setActivePath()
1214 return mService.pathToPortId(mActiveRoutingPath); in getActivePortId()
1231 return mService.pathToPortId(physicalAddress); in getPortId()
1241 int pathToPortId(int newPath) { in pathToPortId() method in HdmiCecLocalDevice
1243 return mService.pathToPortId(newPath); in pathToPortId()
H A DHdmiCecLocalDeviceAudioSystem.java957 int port = mService.pathToPortId(targetPhysicalAddress); in setSystemAudioMode()
1150 if (mService.pathToPortId(getActiveSource().physicalAddress) in handleSystemAudioModeOnFromNonTvDevice()
1199 int port = mService.pathToPortId(physicalAddress); in switchInputOnReceivingNewActivePath()
1283 int port = mService.pathToPortId(physicalAddress); in handleRoutingChangeAndInformation()
H A DHdmiCecLocalDeviceTv.java309 if (mService.pathToPortId(newActive.physicalAddress) == getActivePortId()) { in updateActiveSource()
477 if (mService.pathToPortId(inactiveSource.getPhysicalAddress()) == portId) { in handleInactiveSource()
H A DHdmiControlService.java1405 int pathToPortId(int path) { in pathToPortId() method in HdmiControlService
1590 int portId = pathToPortId(path); in verifyPhysicalAddress()
1833 .setPortId(pathToPortId(getPhysicalAddress())) in createDeviceInfo()
2470 if (pathToPortId(physicalAddress) != Constants.INVALID_PORT_ID) { in askRemoteDeviceToBecomeActiveSource()
3077 pathToPortId(activeSource.physicalAddress)); in getActiveSource()