Searched refs:hasDeviceType (Results 1 – 4 of 4) sorted by relevance
80 bool hasDeviceType(CecDeviceType type) { in hasDeviceType() function in HdmiCecTest123 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
84 bool hasDeviceType(CecDeviceType type) { in hasDeviceType() function in HdmiCecTest138 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
884 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()885 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()886 mHasAudioSystemDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in HdmiControlManager()887 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()922 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager
23122 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z