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