Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecPowerStatusTest.java159 case HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_ON: in cect_hf4_6_22_interruptedPowerOn()
209 case HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_ON: in cect_hf4_6_23_interruptedStandby()
220 if (powerState == HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_ON) { in cect_hf4_6_23_interruptedStandby()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecConstants.java134 public static final int CEC_POWER_STATUS_IN_TRANSITION_TO_ON = 0x2; field in HdmiCecConstants
DBaseHdmiCecCtsTest.java439 transitionState = HdmiCecConstants.CEC_POWER_STATUS_IN_TRANSITION_TO_ON; in waitForTransitionTo()