Searched refs:mIsSwitchDevice (Results 1 – 3 of 3) sorted by relevance
1185 private final boolean mIsSwitchDevice; field in HdmiControlManager1206 mIsSwitchDevice = HdmiProperties.is_switch().orElse(false); in HdmiControlManager()1284 return (mHasSwitchDevice || mIsSwitchDevice) in getClient()
43 protected boolean mIsSwitchDevice = HdmiProperties.is_switch().orElse(false); field in HdmiCecLocalDeviceSource
1236 } else if (mIsSwitchDevice && port >= 0) { in switchInputOnReceivingNewActivePath()