Searched defs:buflen (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeP2pDevice.cpp275 uint32_t buflen; local
294 buflen = (uint32_t)e->GetArrayLength(data);
296 TRACE("Buffer Length = %d\n", buflen);
299 transceive_info.sSendData.length = buflen; //- offset;
H A Dcom_android_nfc_NativeNfcTag.cpp703 uint32_t buflen; local
741 buflen = outlen = (uint32_t)e->GetArrayLength(data);
754 outbuf = (uint8_t*)malloc(buflen + 2);
756 memcpy(outbuf, buf, buflen);
757 nfc_insert_crc_a(outbuf, buflen);
779 outbuf = (uint8_t*)malloc(buflen + 2);
781 memcpy(outbuf, buf, buflen);
782 nfc_insert_crc_a(outbuf, buflen);

Completed in 102 milliseconds