Home
last modified time | relevance | path

Searched refs:currentDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSetAudioVolumeLevelDiscoveryAction.java110 HdmiDeviceInfo currentDeviceInfo = network.getCecDeviceInfo(mTargetAddress); in updateSetAudioVolumeLevelSupport() local
112 if (currentDeviceInfo == null) { in updateSetAudioVolumeLevelSupport()
116 currentDeviceInfo.toBuilder() in updateSetAudioVolumeLevelSupport()
117 .setDeviceFeatures(currentDeviceInfo.getDeviceFeatures().toBuilder() in updateSetAudioVolumeLevelSupport()
H A DHdmiCecNetwork.java587 HdmiDeviceInfo currentDeviceInfo = getCecDeviceInfo(message.getSource()); in handleReportFeatures() local
588 HdmiDeviceInfo newDeviceInfo = currentDeviceInfo.toBuilder() in handleReportFeatures()
618 HdmiDeviceInfo currentDeviceInfo = getCecDeviceInfo(message.getSource()); in handleFeatureAbort() local
619 HdmiDeviceInfo newDeviceInfo = currentDeviceInfo.toBuilder() in handleFeatureAbort()
621 currentDeviceInfo.getDeviceFeatures().toBuilder() in handleFeatureAbort()