Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java1202 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()
1203 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()
1204 mHasAudioSystemDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in HdmiControlManager()
1205 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()
1240 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20244 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z