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.java448 HdmiDeviceInfo info = mService.getHdmiCecNetwork().getDeviceInfoByPath(getActivePath()); in findKeyReceiverAddress()
551 getDeviceInfo().getLogicalAddress(), getActivePath())); in handleRequestActiveSource()
630 if (isTailOfActivePath(path, getActivePath())) { in handleNewDeviceAtTheTailOfActivePath()
633 startRoutingControl(getActivePath(), newPath, null); in handleNewDeviceAtTheTailOfActivePath()
674 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) { in handleRoutingChange()
1284 if (isTailOfActivePath(path, getActivePath())) { in handleRemoveActiveRoutingPath()
1286 startRoutingControl(getActivePath(), newPath, null); in handleRemoveActiveRoutingPath()
1305 startRoutingControl(getActivePath(), newPath, null); in launchRoutingControl()
DSystemAudioAction.java117 int param = tv().getActivePath(); in getSystemAudioModeRequestParam()
DHdmiCecLocalDevice.java1234 int getActivePath() { in getActivePath() method in HdmiCecLocalDevice
DHdmiControlService.java3259 int activePath = tv().getActivePath(); in getActiveSource()