Searched refs:sReadDataLen (Results 1 – 1 of 1) sorted by relevance
96 static uint32_t sReadDataLen = 0; variable187 sReadDataLen = 0; in nativeNfcTag_doReadCompleted()250 sReadDataLen = eventData->ndef_data.len; in ndefHandlerCallback()251 sReadData = (uint8_t*)malloc(sReadDataLen); in ndefHandlerCallback()277 sReadDataLen = 0; in nativeNfcTag_doRead()296 if (sReadDataLen > 0) // if stack actually read data from the tag in nativeNfcTag_doRead()299 << StringPrintf("%s: read %u bytes", __func__, sReadDataLen); in nativeNfcTag_doRead()300 buf = e->NewByteArray(sReadDataLen); in nativeNfcTag_doRead()301 e->SetByteArrayRegion(buf, 0, sReadDataLen, (jbyte*)sReadData); in nativeNfcTag_doRead()306 sReadDataLen = 0; in nativeNfcTag_doRead()[all …]