Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp376 uint32_t curDataSize = 0; in nativeNfcTag_doWrite() local
442 NDEF_MsgInit (buffer, maxBufferSize, &curDataSize); in nativeNfcTag_doWrite()
443 …status = NDEF_MsgAddRec (buffer, maxBufferSize, &curDataSize, NDEF_TNF_EMPTY, NULL, 0, NULL, 0, NU… in nativeNfcTag_doWrite()
444 ALOGV("%s: create empty ndef msg; status=%u; size=%u", __func__, status, curDataSize); in nativeNfcTag_doWrite()
447 status = EXTNS_MfcWriteNDef (buffer, curDataSize); in nativeNfcTag_doWrite()
451 status = NFA_RwWriteNDef (buffer, curDataSize); in nativeNfcTag_doWrite()