Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java1169 private final boolean mHasSwitchDevice; field in HdmiControlManager
1191 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()
1270 return (mHasSwitchDevice || mIsSwitchDevice) in getClient()