Home
last modified time | relevance | path

Searched refs:HDMI_CEC_VERSION_2_0 (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java112 if (localDevice().mService.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0 in resetPowerStatus()
113 || info.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0) { in resetPowerStatus()
124 if (localDevice().mService.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0 in queryPowerStatus()
125 || info.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0) { in queryPowerStatus()
H A DDevicePowerStatusAction.java65 if (service.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start()
69 && deviceInfo.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start()
H A DDeviceSelectActionFromTv.java80 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromTv()
81 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromTv()
H A DDeviceSelectActionFromPlayback.java91 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromPlayback()
92 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromPlayback()
H A DOneTouchPlayAction.java73 >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in OneTouchPlayAction()
75 >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in OneTouchPlayAction()
H A DHdmiCecPowerStatusController.java72 && mHdmiControlService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in setPowerStatus()
H A DHdmiCecLocalDevice.java686 if (mService.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0) { in handleGiveFeatures()
974 if (mService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in handleAddressAllocated()
1047 if (mService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in querySetAudioVolumeLevelSupport()
H A DHdmiUtils.java136 return cecVersion >= HdmiControlManager.HDMI_CEC_VERSION_2_0; in isEligibleAddressForCecVersion()
H A DHdmiCecNetwork.java670 updateDeviceCecVersion(message.getSource(), HdmiControlManager.HDMI_CEC_VERSION_2_0); in handleReportPowerStatus()
H A DHdmiCecConfig.java307 hdmiCecVersion.registerValue(HdmiControlManager.HDMI_CEC_VERSION_2_0, in HdmiCecConfig()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DReportFeaturesMessageTest.java114 HdmiControlManager.HDMI_CEC_VERSION_2_0, in build_basicTv_2_0()
126 HdmiControlManager.HDMI_CEC_VERSION_2_0, in build_remoteControlTv_2_0()
138 HdmiControlManager.HDMI_CEC_VERSION_2_0, in build_remoteControlPlayback_2_0()
151 HdmiControlManager.HDMI_CEC_VERSION_2_0, in build_deviceFeaturesTv_2_0()
165 HdmiControlManager.HDMI_CEC_VERSION_2_0, in build_deviceFeaturesPlayback_2_0()
H A DHdmiUtilsTest.java634 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
636 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
638 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
640 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
642 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
644 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
646 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
648 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
650 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
652 assertThat(HdmiUtils.isEligibleAddressForCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0, in isEligibleAddressForCecVersion_2_0()
[all …]
H A DHdmiControlServiceTest.java264 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initialPowerStatus_normalBoot_goToStandby_broadcastsPowerStatus_2_0()
471 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_2_0()
474 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_2_0()
488 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_change()
491 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_change()
516 HdmiControlManager.HDMI_CEC_VERSION_2_0); in handleGiveFeatures_cec20_reportsFeatures()
555 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initializeCec_20_reportsFeaturesBroadcast()
590 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initCecVersion_limitToMinimumSupportedVersion()
602 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initCecVersion_limitToAtLeast1_4()
614 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initCecVersion_useHighestMatchingVersion()
[all …]
H A DHdmiCecPowerStatusControllerTest.java213 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_sendsBroadcast_2_0()
227 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_transient_sendsBroadcast_2_0()
242 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_fast_transient_doesntSendBroadcast_2_0()
H A DDevicePowerStatusActionTest.java202 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_1_4()
226 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_2_0()
250 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_2_0_unknown()
H A DPlaybackDeviceToAudioSystemAvbTest.java72 Constants.ADDR_TV, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToTv_absoluteVolumeControlDisabledUntilAllConditionsMet()
H A DPlaybackDeviceToTvAvbTest.java75 Constants.ADDR_AUDIO_SYSTEM, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToAudioSystem_absoluteVolumeControlDisabledUntilAllConditionsMet()
H A DHdmiCecNetworkTest.java370 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in cecDevices_tracking_updatesDeviceInfo()
529 HdmiControlManager.HDMI_CEC_VERSION_2_0); in cecDevices_tracking_reportPowerStatus_broadcast_infersCec2()
550 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in cecDevices_tracking_reportCecVersion_tracksCecVersion_cec20()
584 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in cecDevices_tracking_reportFeatures_tracksCecVersion_cec20()
604 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in cecDevices_tracking_reportFeatures_updatesDeviceFeatures()
H A DPowerStatusMonitorActionTest.java154 HdmiControlManager.HDMI_CEC_VERSION_2_0); in sourceDevice_2_0_doesNotUpdatePowerState()
210 HdmiControlManager.HDMI_CEC_VERSION_2_0); in mixedSourceDevices_localDevice_2_0_onlyUpdates_1_4()
H A DHdmiCecControllerTest.java242 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_BackupOne()
254 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_BackupTwo()
285 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_AllOccupied()
H A DFakeNativeWrapper.java63 private int mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0;
H A DBaseAbsoluteVolumeBehaviorTest.java148 HdmiControlManager.HDMI_CEC_VERSION_2_0); in setUp()
227 getSystemAudioDeviceLogicalAddress(), HdmiControlManager.HDMI_CEC_VERSION_2_0, in receiveSetAudioVolumeLevelSupport()
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DHdmiDeviceInfoTest.java43 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testEquals()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java365 public static final int HDMI_CEC_VERSION_2_0 = 0x06; field in HdmiControlManager
372 HDMI_CEC_VERSION_2_0
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4630 field public static final int HDMI_CEC_VERSION_2_0 = 6; // 0x6