Home
last modified time | relevance | path

Searched refs:RoutingControlAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DRoutingControlAction.java41 final class RoutingControlAction extends HdmiCecFeatureAction { class
74 RoutingControlAction(HdmiCecLocalDevice localDevice, int path, boolean queryDevicePowerStatus, in RoutingControlAction() method in RoutingControlAction
109 removeActionExcept(RoutingControlAction.class, this); in processCommand()
DSystemAudioAction.java76 List<RoutingControlAction> routingActions = getActions(RoutingControlAction.class); in sendSystemAudioModeRequest()
80 RoutingControlAction routingAction = routingActions.get(0); in sendSystemAudioModeRequest()
DHdmiCecLocalDeviceTv.java426 removeAction(RoutingControlAction.class); in startRoutingControl()
428 new RoutingControlAction(this, newPath, queryDevicePowerStatus, callback)); in startRoutingControl()
672 removeAction(RoutingControlAction.class); in handleRoutingChange()
674 addAndStartAction(new RoutingControlAction(this, newPath, true, null)); in handleRoutingChange()