Home
last modified time | relevance | path

Searched refs:GIVE_POWER_STATUS (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecTvPowerToggleTest.java83 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in cectTvPowerToggleTest_awake_noActiveSource_tvOn()
115 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in cectTvPowerToggleTest_awake_activeSource_tvOn()
145 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in cectTvPowerToggleTest_asleep_tvOn()
175 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in cectTvPowerToggleTest_asleep_tvOff()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecGeneralProtocolTest.java76 sendMessageAndVerifyNoMessageSentFromDevice(CecOperand.GIVE_POWER_STATUS); in cect_4_2_2_ignoreMessagesFromAddressF()
102 excludeOperands.add(CecOperand.GIVE_POWER_STATUS); in sendMessageAndVerifyNoMessageSentFromDevice()
156 hdmiCecClient.getSelfDevice(), CecOperand.GIVE_POWER_STATUS); in cect_hf_4_2_15()
200 hdmiCecClient.sendCecMessage(hdmiCecClient.getSelfDevice(), CecOperand.GIVE_POWER_STATUS); in cect_hf_4_2_15()
DHdmiCecInvalidMessagesTest.java160 source, LogicalAddress.BROADCAST, CecOperand.GIVE_POWER_STATUS); in cect_12_2_DirectlyAddressedReceivedAsBroadcast_givePowerStatus()
273 LogicalAddress.UNKNOWN, targetLogicalAddress, CecOperand.GIVE_POWER_STATUS); in cect_IgnoreDirectlyAddressedFromUnknownAddress_giveDevicePowerStatus()
DHdmiCecPowerStatusTest.java252 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in cect_PowerStatusWhenOn()
278 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in cect_PowerStatusWhenOff()
DHdmiCecStartupTest.java69 CecOperand.DEVICE_VENDOR_ID, CecOperand.GIVE_POWER_STATUS, in cectVerifyStartupMessages_Cec14b()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecOperand.java60 GIVE_POWER_STATUS(0x8f), enumConstant
DBaseHdmiCecCtsTest.java448 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in waitForTransitionTo()
460 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in waitForTransitionTo()
628 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in simulateCecSinkConnected()
630 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.GIVE_POWER_STATUS); in simulateCecSinkConnected()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecTvOneTouchPlayTest.java193 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in assertDevicePowerStatus()