/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | PowerStatusMonitorAction.java | 112 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()
|
D | DevicePowerStatusAction.java | 65 if (service.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start() 69 && deviceInfo.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in start()
|
D | DeviceSelectActionFromTv.java | 80 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromTv() 81 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromTv()
|
D | DeviceSelectActionFromPlayback.java | 91 source.getDeviceInfo().getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in DeviceSelectActionFromPlayback() 92 && target.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in DeviceSelectActionFromPlayback()
|
D | OneTouchPlayAction.java | 80 >= HdmiControlManager.HDMI_CEC_VERSION_2_0 in OneTouchPlayAction() 82 >= HdmiControlManager.HDMI_CEC_VERSION_2_0); in OneTouchPlayAction()
|
D | HdmiCecPowerStatusController.java | 72 && mHdmiControlService.getCecVersion() >= HdmiControlManager.HDMI_CEC_VERSION_2_0) { in setPowerStatus()
|
D | HdmiCecLocalDevice.java | 695 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()
|
D | HdmiUtils.java | 136 return cecVersion >= HdmiControlManager.HDMI_CEC_VERSION_2_0; in isEligibleAddressForCecVersion()
|
D | HdmiCecNetwork.java | 675 updateDeviceCecVersion(message.getSource(), HdmiControlManager.HDMI_CEC_VERSION_2_0); in handleReportPowerStatus()
|
D | HdmiCecConfig.java | 307 hdmiCecVersion.registerValue(HdmiControlManager.HDMI_CEC_VERSION_2_0, in HdmiCecConfig()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | ReportFeaturesMessageTest.java | 114 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()
|
D | HdmiUtilsTest.java | 634 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 …]
|
D | HdmiCecPowerStatusControllerTest.java | 220 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()
|
D | HdmiControlServiceTvTest.java | 156 HdmiControlManager.HDMI_CEC_VERSION_2_0); in setRcProfileTv_reportFeatureBroadcast() 163 HdmiControlManager.HDMI_CEC_VERSION_2_0, List.of(DEVICE_TV), in setRcProfileTv_reportFeatureBroadcast()
|
D | HdmiControlServiceTest.java | 359 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 …]
|
D | DevicePowerStatusActionTest.java | 209 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()
|
D | PlaybackDeviceToAudioSystemAvbTest.java | 72 Constants.ADDR_TV, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToTv_absoluteVolumeControlDisabledUntilAllConditionsMet()
|
D | PlaybackDeviceToTvAvbTest.java | 75 Constants.ADDR_AUDIO_SYSTEM, HdmiControlManager.HDMI_CEC_VERSION_2_0, in switchToAudioSystem_absoluteVolumeControlDisabledUntilAllConditionsMet()
|
D | HdmiCecNetworkTest.java | 370 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()
|
D | PowerStatusMonitorActionTest.java | 161 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()
|
D | HdmiCecControllerTest.java | 245 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()
|
D | FakeNativeWrapper.java | 63 private int mCecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0;
|
D | BaseAbsoluteVolumeBehaviorTest.java | 157 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/ |
D | HdmiDeviceInfoTest.java | 43 int cecVersion = HdmiControlManager.HDMI_CEC_VERSION_2_0; in testEquals()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 377 public static final int HDMI_CEC_VERSION_2_0 = 0x06; field in HdmiControlManager 384 HDMI_CEC_VERSION_2_0
|