OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phLib_NdefRecCntx
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_ndef_raw.c
[
all
...]
phLibNfc_Internal.h
243
phLibNfc_NdefRecInfo_t
phLib_NdefRecCntx
;
phLibNfc.c
611
if(NULL != gpphLibContext->
phLib_NdefRecCntx
.NdefCb)
613
phOsalNfc_FreeMemory(gpphLibContext->
phLib_NdefRecCntx
.NdefCb);
614
gpphLibContext->
phLib_NdefRecCntx
.NdefCb = NULL;
616
if(NULL != gpphLibContext->
phLib_NdefRecCntx
.ndef_message.buffer)
618
phOsalNfc_FreeMemory(gpphLibContext->
phLib_NdefRecCntx
.ndef_message.buffer);
619
gpphLibContext->
phLib_NdefRecCntx
.ndef_message.buffer = NULL;
[
all
...]
Completed in 29 milliseconds