Searched refs:ats (Results 1 – 2 of 2) sorted by relevance
46 short sak, byte[] atqa, byte[] ats) { in parseProtocolParameters() argument70 sb.append("ATS: " + HceUtils.getHexBytes(null, ats) + "\n"); in parseProtocolParameters()71 sb.append(" TL: 0x" + Integer.toHexString(ats[0] & 0xFF) + "\n"); in parseProtocolParameters()72 sb.append(" T0: 0x" + Integer.toHexString(ats[1] & 0xFF) + "\n"); in parseProtocolParameters()78 if ((ats[atsIndex] & 0x40) != 0) { in parseProtocolParameters()85 if ((ats[atsIndex] & 0x20) != 0) { in parseProtocolParameters()92 if ((ats[atsIndex] & 0x10) != 0) { in parseProtocolParameters()99 int fsc = ats[atsIndex] & 0x0F; in parseProtocolParameters()111 sb.append(" TA: 0x" + Integer.toHexString(ats[atsIndex] & 0xff) + "\n"); in parseProtocolParameters()112 if ((ats[atsIndex] & 0x80) != 0) { in parseProtocolParameters()[all …]
1253 private void printTimestamp(String s, AudioTimestamp ats) { in printTimestamp() argument1254 Log.d(TAG, s + ": pos: " + ats.framePosition + " time: " + ats.nanoTime); in printTimestamp()