Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/hdmi/
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()
DDevicePowerStatusAction.java65 if (service.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start()
69 && deviceInfo.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start()
DDeviceSelectActionFromTv.java80 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromTv()
81 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromTv()
DDeviceSelectActionFromPlayback.java91 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromPlayback()
92 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromPlayback()
DOneTouchPlayAction.java80 >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in OneTouchPlayAction()
82 >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in OneTouchPlayAction()
DHdmiCecPowerStatusController.java72 && mHdmiControlService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in setPowerStatus()
DHdmiCecLocalDevice.java695 if (mService.getCecVersion() < HdmiControlManager.HDMI_CEC_VERSION_2_0) { in handleGiveFeatures()
983 if (mService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in handleAddressAllocated()
1075 if (mService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in querySetAudioVolumeLevelSupport()
DHdmiUtils.java136 return cecVersion >= HdmiControlManager.HDMI_CEC_VERSION_2_0; in isEligibleAddressForCecVersion()
DHdmiCecNetwork.java675 updateDeviceCecVersion(message.getSource(), HdmiControlManager.HDMI_CEC_VERSION_2_0); in handleReportPowerStatus()
DHdmiCecConfig.java307 hdmiCecVersion.registerValue(HdmiControlManager.HDMI_CEC_VERSION_2_0, in HdmiCecConfig()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
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()
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 …]
DHdmiCecPowerStatusControllerTest.java220 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_sendsBroadcast_2_0()
234 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_transient_sendsBroadcast_2_0()
249 setCecVersion(HdmiControlManager.HDMI_CEC_VERSION_2_0); in setPowerStatus_fast_transient_doesntSendBroadcast_2_0()
DHdmiControlServiceTvTest.java156 HdmiControlManager.HDMI_CEC_VERSION_2_0); in setRcProfileTv_reportFeatureBroadcast()
163 HdmiControlManager.HDMI_CEC_VERSION_2_0, List.of(DEVICE_TV), in setRcProfileTv_reportFeatureBroadcast()
DHdmiControlServiceTest.java359 HdmiControlManager.HDMI_CEC_VERSION_2_0); in initialPowerStatus_normalBoot_goToStandby_broadcastsPowerStatus_2_0()
456 HdmiControlManager.HDMI_CEC_VERSION_2_0); in setRcProfileSourceDeviceTestHelper()
461 HdmiControlManager.HDMI_CEC_VERSION_2_0, in setRcProfileSourceDeviceTestHelper()
620 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_2_0()
623 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_2_0()
637 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_change()
640 HdmiControlManager.HDMI_CEC_VERSION_2_0); in getCecVersion_change()
665 HdmiControlManager.HDMI_CEC_VERSION_2_0); in handleGiveFeatures_cec20_reportsFeatures()
675 Constants.ADDR_PLAYBACK_1, HdmiControlManager.HDMI_CEC_VERSION_2_0, in handleGiveFeatures_cec20_reportsFeatures()
693 Constants.ADDR_PLAYBACK_1, HdmiControlManager.HDMI_CEC_VERSION_2_0, in initializeCec_14_doesNotBroadcastReportFeatures()
[all …]
DDevicePowerStatusActionTest.java209 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_1_4()
233 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_2_0()
257 HdmiControlManager.HDMI_CEC_VERSION_2_0); in queryDisplayStatus_localDevice_2_0_targetDevice_2_0_unknown()
DPlaybackDeviceToAudioSystemAvbTest.java72 Constants.ADDR_TV, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToTv_absoluteVolumeControlDisabledUntilAllConditionsMet()
DPlaybackDeviceToTvAvbTest.java75 Constants.ADDR_AUDIO_SYSTEM, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToAudioSystem_absoluteVolumeControlDisabledUntilAllConditionsMet()
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()
DPowerStatusMonitorActionTest.java161 HdmiControlManager.HDMI_CEC_VERSION_2_0); in sourceDevice_2_0_doesNotUpdatePowerState()
217 HdmiControlManager.HDMI_CEC_VERSION_2_0); in mixedSourceDevices_localDevice_2_0_onlyUpdates_1_4()
DHdmiCecControllerTest.java245 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_BackupOne()
257 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_BackupTwo()
288 mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testAllocateLogicalAddress_PlaybackNonPreferred_2_0_AllOccupied()
DFakeNativeWrapper.java63 private int mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0;
DBaseAbsoluteVolumeBehaviorTest.java157 HdmiControlManager.HDMI_CEC_VERSION_2_0); in setUp()
251 getSystemAudioDeviceLogicalAddress(), HdmiControlManager.HDMI_CEC_VERSION_2_0, in receiveSetAudioVolumeLevelSupport()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiDeviceInfoTest.java43 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testEquals()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java377 public static final int HDMI_CEC_VERSION_2_0 = 0x06; field in HdmiControlManager
384 HDMI_CEC_VERSION_2_0

12