Home
last modified time | relevance | path

Searched refs:HDMI_CEC_CONTROL_ENABLED (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiControlServiceTest.java309 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_doesNotBroadcastsPowerStatus_1_4()
330 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_broadcastsPowerStatus_2_0()
393 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_enabled()
409 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()
430 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlFeatureListenersNotified()
527 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_1_4()
537 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_2_0()
547 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_change()
554 mHdmiControlServiceSpy.setControlEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_change()
714 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initCec_statusListener_CecEnabled_NoCecResponse()
[all …]
H A DHdmiCecConfigTest.java226 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getAllowedIntValues_BasicSanity()
235 .containsExactly(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getAllowedIntValues_WithOverride()
305 .isEqualTo(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getDefaultIntValue_BasicSanity()
377 Integer.toString(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED))) in getIntValue_GlobalSetting_BasicSanity()
H A DHdmiCecLocalDeviceTvTest.java227 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in shouldHandleTvPowerKey_CecEnabled_PowerControlModeTv()
H A DOneTouchPlayActionTest.java619 int value = enabled ? HdmiControlManager.HDMI_CEC_CONTROL_ENABLED : in setHdmiControlEnabled()
H A DHdmiCecLocalDevicePlaybackTest.java1733 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in shouldHandleTvPowerKey_CecEnabled_PowerControlModeTv()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java21 import static android.hardware.hdmi.HdmiControlManager.HDMI_CEC_CONTROL_ENABLED;
593 if (mHdmiControlEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED) { in initService()
740 announceHdmiControlStatusChange(HDMI_CEC_CONTROL_ENABLED); in onInitializeCecComplete()
2521 if (hdmiCecEnabled != HdmiControlManager.HDMI_CEC_CONTROL_ENABLED) { in shouldHandleTvPowerKey()
2910 if (isEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED) { in invokeHdmiControlStatusChangeListenerLocked()
3003 return mHdmiControlEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED; in isControlEnabled()
3077 if (mHdmiControlEnabled == HDMI_CEC_CONTROL_ENABLED) { in onWakeUp()
3354 if (enabled == HDMI_CEC_CONTROL_ENABLED) { in setControlEnabled()
H A DHdmiCecConfig.java303 hdmiCecEnabled.registerValue(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED, in HdmiCecConfig()
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java331 public static final int HDMI_CEC_CONTROL_ENABLED = 1; field in HdmiControlManager
343 HDMI_CEC_CONTROL_ENABLED,
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8789 boolean cecEnabled = isCecEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED; in onStatusChange()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3355 field public static final int HDMI_CEC_CONTROL_ENABLED = 1; // 0x1