Home
last modified time | relevance | path

Searched refs:cecClientDevice (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecPowerStatusTest.java251 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in cect_PowerStatusWhenOn() local
252 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in cect_PowerStatusWhenOn()
254 hdmiCecClient.checkExpectedOutput(cecClientDevice, CecOperand.REPORT_POWER_STATUS); in cect_PowerStatusWhenOn()
274 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in cect_PowerStatusWhenOff() local
278 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in cect_PowerStatusWhenOff()
282 cecClientDevice, CecOperand.REPORT_POWER_STATUS)); in cect_PowerStatusWhenOff()
DHdmiCecSystemInformationTest.java258 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in cect_hf_4_2_17_VendorCommandWithIncorrectId() local
260 cecClientDevice, in cect_hf_4_2_17_VendorCommandWithIncorrectId()
265 cecClientDevice, CecOperand.VENDOR_COMMAND_WITH_ID, vendorCommandParams); in cect_hf_4_2_17_VendorCommandWithIncorrectId()
266 message = hdmiCecClient.checkExpectedOutput(cecClientDevice, CecOperand.FEATURE_ABORT); in cect_hf_4_2_17_VendorCommandWithIncorrectId()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecTvOneTouchPlayTest.java183 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in assertDevicePowerStatus() local
193 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in assertDevicePowerStatus()
197 cecClientDevice, CecOperand.REPORT_POWER_STATUS)); in assertDevicePowerStatus()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java434 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in waitForTransitionTo() local
448 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in waitForTransitionTo()
452 cecClientDevice, CecOperand.REPORT_POWER_STATUS)); in waitForTransitionTo()
460 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.GIVE_POWER_STATUS); in waitForTransitionTo()
464 cecClientDevice, CecOperand.REPORT_POWER_STATUS)); in waitForTransitionTo()
492 LogicalAddress cecClientDevice = hdmiCecClient.getSelfDevice(); in sendDeviceToSleepAndValidateUsingStandbyMessage() local
494 hdmiCecClient.sendCecMessage(cecClientDevice, CecOperand.STANDBY); in sendDeviceToSleepAndValidateUsingStandbyMessage()
497 cecClientDevice, LogicalAddress.BROADCAST, CecOperand.STANDBY); in sendDeviceToSleepAndValidateUsingStandbyMessage()