Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java441 HdmiDeviceInfo info = getDeviceInfoByPath(getActivePath()); in findKeyReceiverAddress()
517 HdmiCecMessageBuilder.buildActiveSource(mAddress, getActivePath())); in handleRequestActiveSource()
626 if (isTailOfActivePath(path, getActivePath())) { in handleNewDeviceAtTheTailOfActivePath()
629 startRoutingControl(getActivePath(), newPath, false, null); in handleNewDeviceAtTheTailOfActivePath()
669 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()
1466 if (isTailOfActivePath(path, getActivePath())) { in handleRemoveActiveRoutingPath()
1468 startRoutingControl(getActivePath(), newPath, true, null); in handleRemoveActiveRoutingPath()
1486 startRoutingControl(getActivePath(), newPath, routingForBootup, null); in launchRoutingControl()
DSystemAudioAction.java119 int param = tv().getActivePath(); in getSystemAudioModeRequestParam()
DHdmiCecLocalDevice.java909 int getActivePath() { in getActivePath() method in HdmiCecLocalDevice
DHdmiControlService.java1647 int activePath = tv.getActivePath(); in getActiveSource()