Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
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()
DHdmiCecNetwork.java592 HdmiDeviceInfo currentDeviceInfo = getCecDeviceInfo(message.getSource()); in handleReportFeatures() local
593 HdmiDeviceInfo newDeviceInfo = currentDeviceInfo.toBuilder() in handleReportFeatures()
623 HdmiDeviceInfo currentDeviceInfo = getCecDeviceInfo(message.getSource()); in handleFeatureAbort() local
624 HdmiDeviceInfo newDeviceInfo = currentDeviceInfo.toBuilder() in handleFeatureAbort()
626 currentDeviceInfo.getDeviceFeatures().toBuilder() in handleFeatureAbort()