OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndef_cntx
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_ndef_raw.c
154
||(CHK_NDEF_NOT_DONE == gpphLibContext->
ndef_cntx
.is_ndef))
159
else if(gpphLibContext->
ndef_cntx
.is_ndef == FALSE)
164
else if((gpphLibContext->
ndef_cntx
.is_ndef == TRUE)
165
&&(0 == gpphLibContext->
ndef_cntx
.NdefActualSize))
181
gpphLibContext->
ndef_cntx
.eLast_Call = NdefRd;
207
(uint8_t)gpphLibContext->
ndef_cntx
.psNdefMap
223
gpphLibContext->
ndef_cntx
.psUpperNdefMsg = psRd;
227
gpphLibContext->
ndef_cntx
.psNdefMap,
233
gpphLibContext->
ndef_cntx
.NdefContinueRead =(uint8_t) ((phLibNfc_Ndef_EBegin==Offset) ?
237
RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->
ndef_cntx
.psNdefMap
[
all
...]
phLibNfc.c
543
(void) memset(&(gpphLibContext->
ndef_cntx
),0,
575
if(NULL != gpphLibContext->
ndef_cntx
.psNdefMap)
577
if(NULL != gpphLibContext->
ndef_cntx
.psNdefMap->SendRecvBuf)
579
phOsalNfc_FreeMemory(gpphLibContext->
ndef_cntx
.psNdefMap->SendRecvBuf);
580
gpphLibContext->
ndef_cntx
.psNdefMap->SendRecvBuf = NULL;
582
phOsalNfc_FreeMemory(gpphLibContext->
ndef_cntx
.psNdefMap);
583
gpphLibContext->
ndef_cntx
.psNdefMap = NULL;
595
if(NULL != gpphLibContext->
ndef_cntx
.ndef_fmt)
597
phOsalNfc_FreeMemory(gpphLibContext->
ndef_cntx
.ndef_fmt);
598
gpphLibContext->
ndef_cntx
.ndef_fmt = NULL
[
all
...]
phLibNfc_Internal.h
216
phLibNfc_NdefInfo_t
ndef_cntx
;
member in struct:phLibNfc_LibContext
phLibNfc_initiator.c
771
gpphLibContext->
ndef_cntx
.is_ndef = CHK_NDEF_NOT_DONE;
[
all
...]
Completed in 3547 milliseconds