Home
last modified time | relevance | path

Searched refs:ABORT_UNRECOGNIZED_OPCODE (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DSetAudioVolumeLevelDiscoveryActionTest.java149 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
155 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
178 Constants.ABORT_UNRECOGNIZED_OPCODE)); in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
DHdmiCecControllerTest.java23 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
348 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_broadcastMessage_doesNotSendFeatureAbort()
366 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_notTheDestination_doesNotSendFeatureAbort()
409 mPlaybackLogicalAddress, DEVICE_TV, MESSAGE_STANDBY, ABORT_UNRECOGNIZED_OPCODE); in onMessage_unhandledMessage_sendsFeatureAbortUnrecognizedOpcode()
DDetectTvSystemAudioModeSupportActionTest.java86 Constants.ABORT_UNRECOGNIZED_OPCODE)); in SetUp()
DBaseTvToAudioSystemAvbTest.java146 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
DHdmiCecAtomLoggingTest.java270 Constants.ABORT_UNRECOGNIZED_OPCODE in testMessageReported_writesAtom_featureAbort()
DHdmiCecLocalDeviceAudioSystemTest.java558 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleRequestArcInit_arcIsNotSupported()
585 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleSystemAudioModeRequest_fromNonTV_tVNotSupport()
DBaseAbsoluteVolumeBehaviorTest.java484 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_setAudioVolumeLevelFeatureAborted_avbDisabled()
DHdmiCecLocalDevicePlaybackTest.java19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
2202 ABORT_UNRECOGNIZED_OPCODE); in doesNotSupportRecordTvScreen()
2226 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()
2229 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()
DRequestSadActionTest.java208 Constants.ABORT_UNRECOGNIZED_OPCODE); in unrecognizedOpcode_dontQueryAgain_emptyResult()
DHdmiCecLocalDeviceTvTest.java19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
766 ABORT_UNRECOGNIZED_OPCODE); in supportsRecordTvScreen()
DHdmiControlServiceTest.java657 Constants.ABORT_UNRECOGNIZED_OPCODE); in handleGiveFeatures_cec14_featureAbort()
/frameworks/base/services/core/java/com/android/server/hdmi/
DConstants.java259 ABORT_UNRECOGNIZED_OPCODE,
270 ABORT_UNRECOGNIZED_OPCODE,
287 static final int ABORT_UNRECOGNIZED_OPCODE = 0; field in Constants
DHdmiCecStandbyModeHandler.java89 Constants.ABORT_UNRECOGNIZED_OPCODE);
DRequestSadAction.java186 if ((cmd.getParams()[1] & 0xFF) == Constants.ABORT_UNRECOGNIZED_OPCODE) { in processCommand()
DHdmiCecLocalDeviceAudioSystem.java455 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcInitiate()
471 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcTermination()
DHdmiCecLocalDevicePlayback.java487 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleSetMenuLanguage()
DHdmiCecNetwork.java619 reason == Constants.ABORT_UNRECOGNIZED_OPCODE in handleFeatureAbort()
DHdmiCecLocalDevice.java696 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleGiveFeatures()
DHdmiCecController.java698 maySendFeatureAbortCommand(message, Constants.ABORT_UNRECOGNIZED_OPCODE); in onReceiveCommand()