Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java413 final int TLV_timestamp_offset = 3; in notifyPollingLoopFrame() local
467 if (pos + TLV_timestamp_offset + 3 < data_len) { in notifyPollingLoopFrame()
469 pos + TLV_timestamp_offset, 4).order(ByteOrder.BIG_ENDIAN).getInt()); in notifyPollingLoopFrame()