Home
last modified time | relevance | path

Searched refs:PLAYBACK_1 (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecGeneralProtocolTest.java74 hdmiCecClient.broadcastReportPhysicalAddress(LogicalAddress.PLAYBACK_1, in cect_hf_ignoreAdditionalParams()
76 hdmiCecClient.sendCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.BROADCAST, in cect_hf_ignoreAdditionalParams()
79 getDumpsysActiveSourceLogicalAddress().equals(LogicalAddress.PLAYBACK_1), in cect_hf_ignoreAdditionalParams()
114 hdmiCecClient.broadcastReportPhysicalAddress(LogicalAddress.PLAYBACK_1, in cectIgnoreAdditionalParamsAsMessage()
116 hdmiCecClient.sendCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.BROADCAST, in cectIgnoreAdditionalParamsAsMessage()
121 getDumpsysActiveSourceLogicalAddress().equals(LogicalAddress.PLAYBACK_1), in cectIgnoreAdditionalParamsAsMessage()
DHdmiCecAbsoluteVolumeControlFollowerTest.java65 hdmiCecClient.sendCecMessage(LogicalAddress.PLAYBACK_1, in testSystemAudioModeOn_respondsFeatureAbort()
72 LogicalAddress.PLAYBACK_1, CecOperand.FEATURE_ABORT); in testSystemAudioModeOn_respondsFeatureAbort()
99 hdmiCecClient.sendCecMessage(LogicalAddress.PLAYBACK_1, in testSystemAudioModeOff_updatesVolume()
104 hdmiCecClient.checkOutputDoesNotContainMessage(LogicalAddress.PLAYBACK_1, in testSystemAudioModeOff_updatesVolume()
DHdmiCecRoutingControlTest.java99 hdmiCecClient.broadcastReportPhysicalAddress(LogicalAddress.PLAYBACK_1, 0x2200); in cect_11_1_2_1_DutSendsSetStreamPathMessage()
103 this, getDevice(), LogicalAddress.PLAYBACK_1.toString()); in cect_11_1_2_1_DutSendsSetStreamPathMessage()
DHdmiCecRemoteControlPassThroughTest.java120 LogicalAddress.PLAYBACK_1, hdmiCecClient.getPhysicalAddress()); in cect_11_1_13_2_RemoteControlMessagesToPlayback()
122 validateKeyeventToUserControlPress(LogicalAddress.PLAYBACK_1, remoteControlKeys); in cect_11_1_13_2_RemoteControlMessagesToPlayback()
DHdmiCecSystemInformationTest.java65 LogicalAddress.PLAYBACK_1, in cect_11_1_6_5_DutRespondsToGetMenuLanguage()
DHdmiCecTvOneTouchPlayTest.java56 testDevices.add(LogicalAddress.PLAYBACK_1); in HdmiCecTvOneTouchPlayTest()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecPowerStatusTest.java51 CecMessage.buildCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.TV,
53 CecMessage.buildCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.TV,
56 CecMessage.buildCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.TV,
59 CecMessage.buildCecMessage(LogicalAddress.PLAYBACK_1, LogicalAddress.TV,
DHdmiCecActiveTrackingTest.java90 LogicalAddress.PLAYBACK_1, in cect_RemoveDeviceFromNetwork()
DHdmiCecDeviceSelectForPlaybackTest.java68 LogicalAddress.PLAYBACK_1, in setupLogicalAddresses()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogicalAddress.java29 PLAYBACK_1(0x4), enumConstant
67 case PLAYBACK_1: in getDeviceType()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecLogicalAddressTest.java38 private static final LogicalAddress PLAYBACK_DEVICE = LogicalAddress.PLAYBACK_1;
DHdmiCecInvalidMessagesTest.java77 (targetLogicalAddress == LogicalAddress.PLAYBACK_1) in setupLogicalAddresses()
79 : LogicalAddress.PLAYBACK_1; in setupLogicalAddresses()
DHdmiCecSystemInformationTest.java66 LogicalAddress.PLAYBACK_1, in cect_11_2_6_2_GivePhysicalAddress()
97 LogicalAddress.PLAYBACK_1, in cect_reportFeatures_deviceTypeContainedInAllDeviceTypes()
DHdmiCecSystemStandbyTest.java138 mLogicalAddresses.add(LogicalAddress.PLAYBACK_1); in defineLogicalAddressList()
DHdmiCecPowerStatusTest.java306 ? LogicalAddress.PLAYBACK_1 in cect_hf4_6_8_userControlPressed_powerOn()
335 ? LogicalAddress.PLAYBACK_1 in cect_hf4_6_10_userControlPressed_powerOff()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java133 toDevice = LogicalAddress.PLAYBACK_1.getLogicalAddressAsInt(); in initValidClient()