Home
last modified time | relevance | path

Searched refs:FeatureSupportStatus (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DDeviceFeatures.java36 public @interface FeatureSupportStatus {}; annotation in DeviceFeatures
60 @FeatureSupportStatus private final int mArcTxSupport;
114 @FeatureSupportStatus int oldStatus, @FeatureSupportStatus int newStatus) { in updateFeatureSupportStatus()
143 @FeatureSupportStatus
151 @FeatureSupportStatus
159 @FeatureSupportStatus
167 @FeatureSupportStatus
175 @FeatureSupportStatus
183 @FeatureSupportStatus
191 @FeatureSupportStatus
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DSetAudioVolumeLevelDiscoveryActionTest.java157 @DeviceFeatures.FeatureSupportStatus int savlSupport = in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()
177 @DeviceFeatures.FeatureSupportStatus int savlSupport = in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
194 @DeviceFeatures.FeatureSupportStatus int savlSupport = in messageFailedToSend_actionFailsAndDoesNotUpdateFeatureSupport()
H A DBaseAbsoluteVolumeBehaviorTest.java223 @DeviceFeatures.FeatureSupportStatus int featureSupportStatus) { in receiveSetAudioVolumeLevelSupport()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSetAudioVolumeLevelDiscoveryAction.java108 @DeviceFeatures.FeatureSupportStatus int setAudioVolumeLevelSupport) { in updateSetAudioVolumeLevelSupport()
H A DHdmiCecNetwork.java613 @DeviceFeatures.FeatureSupportStatus int featureSupport = in handleFeatureAbort()