Searched refs:bufF2 (Results 1 – 1 of 1) sorted by relevance
709 ByteBuffer bufF2 = f2.containsKey(key) ? f2.getByteBuffer(key) : null; in compareByteBufferInFormats() local710 if (bufF1 == null && bufF2 == null) { in compareByteBufferInFormats()713 if (bufF1 == null || !bufF1.equals(bufF2)) { in compareByteBufferInFormats()715 Log.i("@@@", "rmx " + key + ": " + hexString(bufF2)); in compareByteBufferInFormats()