Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecMessage.java129 public static CecOperand getOperand(String message) { in getOperand() method in CecMessage
131 return CecOperand.getOperand(hexStringToInt(param)); in getOperand()
DCecOperand.java91 public static CecOperand getOperand(int messageId) { in getOperand() method in CecOperand
DHdmiCecClientWrapper.java555 CecOperand operand = CecMessage.getOperand(line); in getAllMessages()
787 && CecMessage.getOperand(line) == CecOperand.FEATURE_ABORT) { in checkExpectedOutput()
789 CecOperand.getOperand(CecMessage.getParams(line, 0, 2)); in checkExpectedOutput()
825 CecOperand operand = CecMessage.getOperand(line); in checkNoMessagesSentFromDevice()
832 CecMessage.getOperand(line) in checkNoMessagesSentFromDevice()
1038 CecOperand operand = CecMessage.getOperand(line); in checkMessagesInOrder()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecAbsoluteVolumeControlFollowerTest.java73 assertThat(CecOperand.getOperand(CecMessage.getParams(featureAbort, 0, 2))) in testSystemAudioModeOn_respondsFeatureAbort()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecDeviceOsdNameTest.java96 if (CecMessage.getOperand(message) != CecOperand.FEATURE_ABORT) { in cectGiveOsdNameTestInStandby()
DHdmiCecSystemInformationTest.java64 assertThat(CecOperand.getOperand(abortedOpcode)).isEqualTo(CecOperand.GET_MENU_LANGUAGE); in cect_11_2_6_7_GetMenuLanguage()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecSystemInformationTest.java222 if (CecMessage.getOperand(message) == CecOperand.GIVE_DEVICE_VENDOR_ID) { in cect_hf_4_2_16_GiveDeviceVendorId()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/audio/
DHdmiCecSystemAudioModeTest.java367 assertThat(CecOperand.getOperand(CecMessage.getParams(message, 2))) in cect_11_2_15_14_InvalidShortAudioDescriptor()