Home
last modified time | relevance | path

Searched refs:CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecPowerStatusTest.java153 case HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY: in cect_hf4_6_22_interruptedPowerOn()
164 if (powerState == HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY) { in cect_hf4_6_22_interruptedPowerOn()
215 case HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY: in cect_hf4_6_23_interruptedStandby()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecConstants.java135 public static final int CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY = 0x3; field in HdmiCecConstants
DBaseHdmiCecCtsTest.java437 transitionState = HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_STANDBY; in waitForTransitionTo()