HomeSort by relevance Sort by last modified time
    Searched refs:sSendData (Results 1 - 11 of 11) 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/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 298 transceive_info.sSendData.buffer = buf; //+ offset;
299 transceive_info.sSendData.length = buflen; //- offset;
345 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT);
com_android_nfc_NativeNfcSecureElement.cpp 650 transceive_info.sSendData.buffer = buf + offset;
651 transceive_info.sSendData.length = buflen - offset;
703 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT);
com_android_nfc_NativeNfcTag.cpp 810 transceive_info.sSendData.buffer = outbuf + offset;
811 transceive_info.sSendData.length = outlen - offset;
    [all...]
  /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 119 milliseconds