Home
last modified time | relevance | path

Searched refs:MESSAGE_SET_AUDIO_VOLUME_LEVEL (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSetAudioVolumeLevelMessage.java31 super(source, destination, Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, params, OK); in SetAudioVolumeLevelMessage()
52 return new HdmiCecMessage(source, destination, Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in build()
70 return new HdmiCecMessage(source, destination, Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in build()
81 return new HdmiCecMessage(source, destination, Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in build()
H A DSetAudioVolumeLevelDiscoveryAction.java21 import static com.android.server.hdmi.Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL;
84 if (originalOpcode == MESSAGE_SET_AUDIO_VOLUME_LEVEL && cmd.getSource() == mTargetAddress) { in handleFeatureAbort()
H A DHdmiCecMessage.java78 case Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL: in build()
265 case Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL: in opcodeToString()
H A DConstants.java123 MESSAGE_SET_AUDIO_VOLUME_LEVEL,
203 static final int MESSAGE_SET_AUDIO_VOLUME_LEVEL = 0x73; field in Constants
H A DHdmiCecNetwork.java611 if (originalOpcode == Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL) { in handleFeatureAbort()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DSetAudioVolumeLevelDiscoveryActionTest.java150 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
173 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
187 mNativeWrapper.setMessageSendResult(Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in messageFailedToSend_actionFailsAndDoesNotUpdateFeatureSupport()
H A DTvToAudioSystemAvbTest.java158 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
H A DBaseAbsoluteVolumeBehaviorTest.java462 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_setAudioVolumeLevelFeatureAborted_avbDisabled()
H A DHdmiCecLocalDeviceTvTest.java980 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in receiveSetAudioVolumeLevel_samNotActivated_noFeatureAbort_volumeChanges()
1006 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, in receiveSetAudioVolumeLevel_samActivated_respondsFeatureAbort_noVolumeChange()