HomeSort by relevance Sort by last modified time
    Searched refs:PayloadLength (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 101 PayloadLength = 0,
227 /* To Calculate the IDLength and PayloadLength for
233 &PayloadLength,
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
410 /* to check if payloadlength is 8bit or 32bit*/
427 RecordLength += Record->PayloadLength;
473 uint32_t PayloadLength = 0;
492 /* To Calculate the IDLength and PayloadLength for short or normal record */
497 &PayloadLength,
    [all...]
phFriNfc_NdefRecord.h 217 uint32_t PayloadLength;
480 * \param[out] PayloadLength Length of the Payload Data.
phLibNfc_ndef_raw.c     [all...]
  /frameworks/base/core/jni/
android_nfc.h 43 uint32_t PayloadLength;
android_nfc_NdefMessage.cpp 111 (uint64_t)record.PayloadLength;
130 payload = e->NewByteArray(record.PayloadLength);
140 e->SetByteArrayRegion(payload, 0, record.PayloadLength,
android_nfc_NdefRecord.cpp 48 record.PayloadLength = (uint32_t)e->GetArrayLength(payload);
51 buf_size = record.PayloadLength + record.IdLength + record.TypeLength + 8;
141 payload = e->NewByteArray(record.PayloadLength);
146 e->SetByteArrayRegion(payload, 0, record.PayloadLength,

Completed in 51 milliseconds