Searched refs:ABORT_UNRECOGNIZED_OPCODE (Results 1 – 19 of 19) sorted by relevance
149 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()155 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()178 Constants.ABORT_UNRECOGNIZED_OPCODE)); in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
23 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()
86 Constants.ABORT_UNRECOGNIZED_OPCODE)); in SetUp()
146 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
270 Constants.ABORT_UNRECOGNIZED_OPCODE in testMessageReported_writesAtom_featureAbort()
558 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleRequestArcInit_arcIsNotSupported()585 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleSystemAudioModeRequest_fromNonTV_tVNotSupport()
484 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_setAudioVolumeLevelFeatureAborted_avbDisabled()
19 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()
208 Constants.ABORT_UNRECOGNIZED_OPCODE); in unrecognizedOpcode_dontQueryAgain_emptyResult()
19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;766 ABORT_UNRECOGNIZED_OPCODE); in supportsRecordTvScreen()
657 Constants.ABORT_UNRECOGNIZED_OPCODE); in handleGiveFeatures_cec14_featureAbort()
259 ABORT_UNRECOGNIZED_OPCODE,270 ABORT_UNRECOGNIZED_OPCODE,287 static final int ABORT_UNRECOGNIZED_OPCODE = 0; field in Constants
89 Constants.ABORT_UNRECOGNIZED_OPCODE);
186 if ((cmd.getParams()[1] & 0xFF) == Constants.ABORT_UNRECOGNIZED_OPCODE) { in processCommand()
455 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcInitiate()471 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcTermination()
487 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleSetMenuLanguage()
619 reason == Constants.ABORT_UNRECOGNIZED_OPCODE in handleFeatureAbort()
696 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleGiveFeatures()
698 maySendFeatureAbortCommand(message, Constants.ABORT_UNRECOGNIZED_OPCODE); in onReceiveCommand()