Searched refs:hasDeviceType (Results 1 – 2 of 2) sorted by relevance
313 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()314 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()315 mHasAudioSystemDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in HdmiControlManager()316 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()320 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager
23131 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z