Home
last modified time | relevance | path

Searched refs:getActivePath (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java416 HdmiDeviceInfo info = mService.getHdmiCecNetwork().getDeviceInfoByPath(getActivePath()); in findKeyReceiverAddress()
503 getDeviceInfo().getLogicalAddress(), getActivePath())); in handleRequestActiveSource()
582 if (isTailOfActivePath(path, getActivePath())) { in handleNewDeviceAtTheTailOfActivePath()
585 startRoutingControl(getActivePath(), newPath, null); in handleNewDeviceAtTheTailOfActivePath()
626 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()
1240 if (isTailOfActivePath(path, getActivePath())) { in handleRemoveActiveRoutingPath()
1242 startRoutingControl(getActivePath(), newPath, null); in handleRemoveActiveRoutingPath()
1261 startRoutingControl(getActivePath(), newPath, null); in launchRoutingControl()
H A DSystemAudioAction.java114 int param = tv().getActivePath(); in getSystemAudioModeRequestParam()
H A DHdmiCecLocalDevice.java1195 int getActivePath() { in getActivePath() method in HdmiCecLocalDevice
H A DHdmiControlService.java3081 int activePath = tv().getActivePath(); in getActiveSource()