Searched refs:hasDeviceType (Results 1 – 2 of 2) sorted by relevance
1202 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
20244 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z