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.java73 public static int hexStringToInt(String message) { in hexStringToInt() method in CecMessage
82 builder.append((char) hexStringToInt(params.substring(i - 2, i))); in getAsciiString()
94 return hexStringToInt(getNibbles(message).substring(4)); in getParams()
101 return hexStringToInt(getNibbles(message).substring(paramStart, end)); in getParams()
111 return hexStringToInt(getNibbles(message).substring(4).substring(start, end)); in getParams()
119 return LogicalAddress.getLogicalAddress(hexStringToInt(param)); in getSource()
125 return LogicalAddress.getLogicalAddress(hexStringToInt(param)); in getDestination()
131 return CecOperand.getOperand(hexStringToInt(param)); in getOperand()