Searched refs:outbuf (Results 1 – 1 of 1) sorted by relevance
705 uint8_t *outbuf = NULL; in com_android_nfc_NativeNfcTag_doTransceive() local740 buf = outbuf = (uint8_t *)e->GetByteArrayElements(data, NULL); in com_android_nfc_NativeNfcTag_doTransceive()754 outbuf = (uint8_t*)malloc(buflen + 2); in com_android_nfc_NativeNfcTag_doTransceive()756 memcpy(outbuf, buf, buflen); in com_android_nfc_NativeNfcTag_doTransceive()757 nfc_insert_crc_a(outbuf, buflen); in com_android_nfc_NativeNfcTag_doTransceive()779 outbuf = (uint8_t*)malloc(buflen + 2); in com_android_nfc_NativeNfcTag_doTransceive()781 memcpy(outbuf, buf, buflen); in com_android_nfc_NativeNfcTag_doTransceive()782 nfc_insert_crc_a(outbuf, buflen); in com_android_nfc_NativeNfcTag_doTransceive()810 transceive_info.sSendData.buffer = outbuf + offset; in com_android_nfc_NativeNfcTag_doTransceive()876 if ((outbuf != buf) && (outbuf != NULL)) { in com_android_nfc_NativeNfcTag_doTransceive()[all …]