Searched refs:getActivePath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceTv.java | 441 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()
|
D | SystemAudioAction.java | 119 int param = tv().getActivePath(); in getSystemAudioModeRequestParam()
|
D | HdmiCecLocalDevice.java | 909 int getActivePath() { in getActivePath() method in HdmiCecLocalDevice
|
D | HdmiControlService.java | 1647 int activePath = tv.getActivePath(); in getActiveSource()
|