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

  /external/libnfc-nxp/src/
phHal4Nfc_Reader.c 260 if (psTransceiveInfo->sSendData.buffer[0] != phHal_eMifareWrite4)
265 if ((psTransceiveInfo->sSendData.buffer[1] == PH_HAL4NFC_SEL_SECTOR1_BYTE0) &&
266 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR1_BYTE1))
270 for (i = 1; i < psTransceiveInfo->sSendData.length; i++)
272 psTransceiveInfo->sSendData.buffer[i - 1] =
273 psTransceiveInfo->sSendData.buffer[i];
276 psTransceiveInfo->sSendData.length--;
286 if ((psTransceiveInfo->sSendData.buffer[1] < PH_HAL4NFC_SEL_SECTOR2_BYTE0) &&
287 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR2_BYTE_RESERVED) &&
288 (psTransceiveInfo->sSendData.buffer[3] == PH_HAL4NFC_SEL_SECTOR2_BYTE_RESERVED) &
    [all...]
phFriNfc_OvrHal.c 115 OvrHal->TranceiveInfo.sSendData.buffer = mif_send_buf;
153 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
155 OvrHal->TranceiveInfo.sSendData.length = length;
159 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
160 OvrHal->TranceiveInfo.sSendData.length = length;
236 OvrHal->sSendData.buffer = SendBuf;
237 OvrHal->sSendData.length = SendLength;
245 OvrHal->sSendData,
phFriNfc_OvrHal.h 264 phNfc_sData_t sSendData;
phLibNfc_initiator.c     [all...]
phLibNfc_target.c 303 gpphLibContext->psTransInfo->sSendData.buffer =
306 gpphLibContext->psTransInfo->sSendData.length =
317 gpphLibContext->psTransInfo->sSendData,
phLibNfc_ndef_raw.c 196 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
199 gpphLibContext->psBufferedAuth->sSendData.buffer);
210 gpphLibContext->psBufferedAuth->sSendData.length
216 gpphLibContext->psBufferedAuth->sSendData.buffer
452 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
455 gpphLibContext->psBufferedAuth->sSendData.buffer);
466 gpphLibContext->psBufferedAuth->sSendData.length
472 gpphLibContext->psBufferedAuth->sSendData.buffer
    [all...]
phLibNfc.c 463 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
466 gpphLibContext->psBufferedAuth->sSendData.buffer);
561 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
564 gpphLibContext->psBufferedAuth->sSendData.buffer);
565 gpphLibContext->psBufferedAuth->sSendData.buffer = NULL;
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.c 114 if( NdefMap->pTransceiveInfo->sSendData.buffer != NULL )
116 free(NdefMap->pTransceiveInfo->sSendData.buffer);
117 NdefMap->pTransceiveInfo->sSendData.buffer = NULL;
247 NdefMap->pTransceiveInfo->sSendData.buffer = (uint8_t *)malloc((uint32_t)MAX_BUFF_SIZE);
248 if( NdefMap->pTransceiveInfo->sSendData.buffer == NULL )
252 memset( NdefMap->pTransceiveInfo->sSendData.buffer, 0, MAX_BUFF_SIZE );
253 NdefMap->pTransceiveInfo->sSendData.length = MAX_BUFF_SIZE;
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNfcTypes.h 282 phNfc_sData_t sSendData; /* Send data */
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 299 transceive_info.sSendData.buffer = buf; //+ offset;
300 transceive_info.sSendData.length = buflen; //- offset;
346 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT);
com_android_nfc_NativeNfcTag.cpp 811 transceive_info.sSendData.buffer = outbuf + offset;
812 transceive_info.sSendData.length = outlen - offset;
    [all...]
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcTypes.h 287 phNfc_sData_t sSendData; /* Send data */
  /external/libnfc-nxp/inc/
phNfcTypes.h 368 ? sSendData : Shall contain formatted raw buffer
385 ? sSendData : Shall contain authentication key values.
386 sSendData ,buffer shall contain authentication
398 ? sSendData : Shall contain authentication key values.
399 sSendData ,buffer shall contain authentication
422 ? sSendData : Shall contain buffer of size 16 containing
433 ? sSendData : Shall contain buffer of size 4 containing
    [all...]

Completed in 1371 milliseconds