Searched refs:hasDeviceType (Results 1 – 2 of 2) sorted by relevance
1188 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()1189 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()1190 mHasAudioSystemDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in HdmiControlManager()1191 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()1226 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager
20244 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z