Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTest.java329 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_doesNotBroadcastsPowerStatus_1_4()
362 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in initialPowerStatus_normalBoot_goToStandby_broadcastsPowerStatus_2_0()
477 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_enabled()
493 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()
514 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in disableAndReenableCec_volumeControlFeatureListenersNotified()
611 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_1_4()
621 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_2_0()
631 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_change()
638 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getCecVersion_change()
648 mHdmiControlServiceSpy.setCecEnabled(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in handleGiveFeatures_cec14_featureAbort()
[all …]
DHdmiCecConfigTest.java281 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getAllowedIntValues_BasicSanity()
290 .containsExactly(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getAllowedIntValues_WithOverride()
362 .isEqualTo(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in getDefaultIntValue_BasicSanity()
DOneTouchPlayActionTest.java714 int value = enabled ? HdmiControlManager.HDMI_CEC_CONTROL_ENABLED : in setHdmiControlEnabled()
DHdmiCecLocalDeviceTvTest.java396 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in shouldHandleTvPowerKey_CecEnabled_PowerControlModeTv()
DHdmiCecLocalDevicePlaybackTest.java2174 HdmiControlManager.HDMI_CEC_CONTROL_ENABLED); in shouldHandleTvPowerKey_CecEnabled_PowerControlModeTv()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java346 public static final int HDMI_CEC_CONTROL_ENABLED = 1; field in HdmiControlManager
359 HDMI_CEC_CONTROL_ENABLED,
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java23 import static android.hardware.hdmi.HdmiControlManager.HDMI_CEC_CONTROL_ENABLED;
1248 announceHdmiControlStatusChange(HDMI_CEC_CONTROL_ENABLED); in onInitializeCecComplete()
3199 if (hdmiCecEnabled != HdmiControlManager.HDMI_CEC_CONTROL_ENABLED) { in shouldHandleTvPowerKey()
3600 if (isEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED) { in invokeHdmiControlStatusChangeListenerLocked()
3701 return mHdmiControlEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED; in isCecControlEnabled()
4179 if (enabled == HDMI_CEC_CONTROL_ENABLED) { in setCecEnabled()
DHdmiCecConfig.java294 hdmiCecEnabled.registerValue(HdmiControlManager.HDMI_CEC_CONTROL_ENABLED, in HdmiCecConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java11544 boolean cecEnabled = isCecEnabled == HdmiControlManager.HDMI_CEC_CONTROL_ENABLED; in onStatusChange()
/frameworks/base/core/api/
Dsystem-current.txt5279 field public static final int HDMI_CEC_CONTROL_ENABLED = 1; // 0x1