Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/cec/1.0/vts/functional/
H A DVtsHalTvCecV1_0TargetTest.cpp80 bool hasDeviceType(CecDeviceType type) { in hasDeviceType() function in HdmiCecTest
123 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
/aosp12/hardware/interfaces/tv/cec/1.1/vts/functional/
H A DVtsHalTvCecV1_1TargetTest.cpp84 bool hasDeviceType(CecDeviceType type) { in hasDeviceType() function in HdmiCecTest
138 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java884 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
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23122 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z