Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecMessage.java78 public static int hexStringToInt(String message) { in hexStringToInt() method in CecMessage
87 builder.append((char) hexStringToInt(params.substring(i - 2, i))); in getAsciiString()
99 return hexStringToInt(getNibbles(message).substring(4)); in getParams()
106 return hexStringToInt(getNibbles(message).substring(paramStart, end)); in getParams()
116 return hexStringToInt(getNibbles(message).substring(4).substring(start, end)); in getParams()
124 return LogicalAddress.getLogicalAddress(hexStringToInt(param)); in getSource()
130 return LogicalAddress.getLogicalAddress(hexStringToInt(param)); in getDestination()
136 return CecOperand.getOperand(hexStringToInt(param)); in getOperand()