Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java62 public static <T> Matcher<T> in(T... operand) { in in()
67 public static <T> Matcher<T> in(Collection<T> operand) { in in()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecMessage.java29 LogicalAddress source, LogicalAddress destination, CecOperand operand, int params) { in buildCecMessage()
DCecOperand.java87 operandMap.put(operand.operandCode, operand); in operandMap.put() argument
DHdmiCecClientWrapper.java555 CecOperand operand = CecMessage.getOperand(line); in getAllMessages() local
825 CecOperand operand = CecMessage.getOperand(line); in checkNoMessagesSentFromDevice() local
1038 CecOperand operand = CecMessage.getOperand(line); in checkMessagesInOrder() local