Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecOperand.java82 private final int operandCode; field in CecOperand
87 operandMap.put(operand.operandCode, operand); in operandMap.put() argument
97 return String.format("%02x", operandCode); in toString()
100 private CecOperand(int operandCode) { in CecOperand() argument
101 this.operandCode = operandCode; in CecOperand()