Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DSetAudioVolumeLevelDiscoveryActionTest.java145 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
151 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
174 Constants.ABORT_UNRECOGNIZED_OPCODE)); in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
H A DHdmiCecControllerTest.java23 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
345 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_broadcastMessage_doesNotSendFeatureAbort()
363 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_notTheDestination_doesNotSendFeatureAbort()
406 mPlaybackLogicalAddress, DEVICE_TV, MESSAGE_STANDBY, ABORT_UNRECOGNIZED_OPCODE); in onMessage_unhandledMessage_sendsFeatureAbortUnrecognizedOpcode()
H A DDetectTvSystemAudioModeSupportActionTest.java84 Constants.ABORT_UNRECOGNIZED_OPCODE)); in SetUp()
H A DTvToAudioSystemAvbTest.java158 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
H A DHdmiCecAtomLoggingTest.java258 Constants.ABORT_UNRECOGNIZED_OPCODE in testMessageReported_writesAtom_featureAbort()
H A DHdmiCecLocalDeviceAudioSystemTest.java524 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleRequestArcInit_arcIsNotSupported()
551 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleSystemAudioModeRequest_fromNonTV_tVNotSupport()
H A DHdmiCecLocalDevicePlaybackTest.java19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
2029 ABORT_UNRECOGNIZED_OPCODE); in doesNotSupportRecordTvScreen()
2053 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()
2056 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()
H A DBaseAbsoluteVolumeBehaviorTest.java462 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_setAudioVolumeLevelFeatureAborted_avbDisabled()
H A DRequestSadActionTest.java201 Constants.ABORT_UNRECOGNIZED_OPCODE); in unrecognizedOpcode_dontQueryAgain_emptyResult()
H A DHdmiCecLocalDeviceTvTest.java19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;
748 ABORT_UNRECOGNIZED_OPCODE); in supportsRecordTvScreen()
H A DHdmiControlServiceTest.java508 Constants.ABORT_UNRECOGNIZED_OPCODE); in handleGiveFeatures_cec14_featureAbort()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java259 ABORT_UNRECOGNIZED_OPCODE,
270 ABORT_UNRECOGNIZED_OPCODE,
287 static final int ABORT_UNRECOGNIZED_OPCODE = 0; field in Constants
H A DHdmiCecStandbyModeHandler.java89 Constants.ABORT_UNRECOGNIZED_OPCODE);
H A DRequestSadAction.java186 if ((cmd.getParams()[1] & 0xFF) == Constants.ABORT_UNRECOGNIZED_OPCODE) { in processCommand()
H A DHdmiCecLocalDevicePlayback.java396 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleSetMenuLanguage()
H A DHdmiCecLocalDeviceAudioSystem.java440 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcInitiate()
456 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcTermination()
H A DHdmiCecNetwork.java614 reason == Constants.ABORT_UNRECOGNIZED_OPCODE in handleFeatureAbort()
H A DHdmiCecLocalDevice.java687 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleGiveFeatures()
H A DHdmiCecController.java682 maySendFeatureAbortCommand(message, Constants.ABORT_UNRECOGNIZED_OPCODE); in onReceiveCommand()