Searched refs:getOperand (Results 1 – 8 of 8) sorted by relevance
129 public static CecOperand getOperand(String message) { in getOperand() method in CecMessage131 return CecOperand.getOperand(hexStringToInt(param)); in getOperand()
91 public static CecOperand getOperand(int messageId) { in getOperand() method in CecOperand
555 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()
73 assertThat(CecOperand.getOperand(CecMessage.getParams(featureAbort, 0, 2))) in testSystemAudioModeOn_respondsFeatureAbort()
96 if (CecMessage.getOperand(message) != CecOperand.FEATURE_ABORT) { in cectGiveOsdNameTestInStandby()
64 assertThat(CecOperand.getOperand(abortedOpcode)).isEqualTo(CecOperand.GET_MENU_LANGUAGE); in cect_11_2_6_7_GetMenuLanguage()
222 if (CecMessage.getOperand(message) == CecOperand.GIVE_DEVICE_VENDOR_ID) { in cect_hf_4_2_16_GiveDeviceVendorId()
367 assertThat(CecOperand.getOperand(CecMessage.getParams(message, 2))) in cect_11_2_15_14_InvalidShortAudioDescriptor()