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