Searched refs:mIsSwitchDevice (Results 1 – 3 of 3) sorted by relevance
45 protected boolean mIsSwitchDevice = HdmiProperties.is_switch().orElse(false); field in HdmiCecLocalDeviceSource165 if (!mIsSwitchDevice in handleRoutingChange()184 if (!mIsSwitchDevice in handleRoutingInformation()
1105 } else if (mIsSwitchDevice && port >= 0) { in switchInputOnReceivingNewActivePath()
296 private final boolean mIsSwitchDevice; field in HdmiControlManager317 mIsSwitchDevice = HdmiProperties.is_switch().orElse(false); in HdmiControlManager()355 return (mHasSwitchDevice || mIsSwitchDevice) in getClient()