Home
last modified time | relevance | path

Searched refs:FEATURE_ABORT (Results 1 – 14 of 14) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecAvbToAudioSystemTest.java82 CecOperand.FEATURE_ABORT); in testEnableDisableAdjustOnlyAvb_triggeredBySystemAudioModeChange()
119 CecOperand.FEATURE_ABORT); in testEnableDisableAdjustOnlyAvb_triggeredByVolumeControlSettingChange()
155 CecOperand.FEATURE_ABORT); in adjustOnlyAvb_testOutgoingVolumeUpdates()
197 CecOperand.FEATURE_ABORT); in adjustOnlyAvb_testIncomingVolumeUpdates()
DHdmiCecAbsoluteVolumeControlFollowerTest.java72 LogicalAddress.PLAYBACK_1, CecOperand.FEATURE_ABORT); in testSystemAudioModeOn_respondsFeatureAbort()
105 CecOperand.FEATURE_ABORT); in testSystemAudioModeOff_updatesVolume()
DHdmiCecTvOneTouchPlayTest.java79 hdmiCecClient.checkOutputDoesNotContainMessage(testDevice, CecOperand.FEATURE_ABORT); in cect_11_1_1_1_RespondToImageViewOn()
99 hdmiCecClient.checkOutputDoesNotContainMessage(testDevice, CecOperand.FEATURE_ABORT); in cect_11_1_1_2_RespondToTextViewOn()
DHdmiCecRoutingControlTest.java162 CecOperand.FEATURE_ABORT, in cect_11_1_2_4_DutAcceptsInactiveSourceMessage()
DHdmiCecAudioReturnChannelControlTest.java225 hdmiCecClient.sendCecMessage(LogicalAddress.AUDIO_SYSTEM, CecOperand.FEATURE_ABORT, in shortAudioDescriptorsRequested()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecFeatureAbortTest.java68 CecOperand.FEATURE_ABORT, in cect_hf4_2_11_featureAbortBehavior()
72 CecOperand.FEATURE_ABORT, TIMEOUT_SHORT_MILLIS); in cect_hf4_2_11_featureAbortBehavior()
DHdmiCecSystemInformationTest.java266 message = hdmiCecClient.checkExpectedOutput(cecClientDevice, CecOperand.FEATURE_ABORT); in cect_hf_4_2_17_VendorCommandWithIncorrectId()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecOperand.java24 FEATURE_ABORT(0x00), enumConstant
DHdmiCecClientWrapper.java60 private CecOperand featureAbortOperand = CecOperand.FEATURE_ABORT;
628 CecOperand featureAbortOperand = CecOperand.FEATURE_ABORT; in unsetExpectFeatureAbort()
765 expectedOperands += "|" + CecOperand.FEATURE_ABORT; in checkExpectedOutput()
787 && CecMessage.getOperand(line) == CecOperand.FEATURE_ABORT) { in checkExpectedOutput()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/audio/
DHdmiCecSystemAudioModeTest.java164 hdmiCecClient.sendCecMessage(LogicalAddress.TV, AUDIO_DEVICE, CecOperand.FEATURE_ABORT, in cect_11_2_15_3_SystemAudioModeWithFeatureAbort()
366 … String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.FEATURE_ABORT); in cect_11_2_15_14_InvalidShortAudioDescriptor()
425 hdmiCecClient.sendCecMessage(LogicalAddress.TV, AUDIO_DEVICE, CecOperand.FEATURE_ABORT, in cect_11_2_15_18_SystemAudioModeWithFeatureAbortWithinTime()
441 hdmiCecClient.sendCecMessage(LogicalAddress.TV, AUDIO_DEVICE, CecOperand.FEATURE_ABORT, in cect_11_2_15_19_SystemAudioModeWithFeatureAbortWithinTime()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecDeviceOsdNameTest.java96 if (CecMessage.getOperand(message) != CecOperand.FEATURE_ABORT) { in cectGiveOsdNameTestInStandby()
DHdmiCecSystemInformationTest.java61 … String message = hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.FEATURE_ABORT); in cect_11_2_6_7_GetMenuLanguage()
DHdmiCecAvbToTvTest.java136 hdmiCecClient.sendCecMessage(hdmiCecClient.getSelfDevice(), CecOperand.FEATURE_ABORT, in testEnableDisableAvb_triggeredByAvbSupportChanged()
DHdmiCecRemoteControlPassThroughTest.java198 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.FEATURE_ABORT); in cect_hf4_8_13_AbortIncorrectMode()