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