OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNdefRecord
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_ndef_raw.h
73
extern phFriNfc_NdefRecord_t *
pNdefRecord
;
phLibNfc_ndef_raw.c
64
phFriNfc_NdefRecord_t *
pNdefRecord
=NULL;
[
all
...]
phLibNfc.c
600
if(NULL !=
pNdefRecord
)
602
if(NULL !=
pNdefRecord
->Id)
604
phOsalNfc_FreeMemory(
pNdefRecord
->Id);
605
pNdefRecord
->Id = NULL;
607
if(NULL !=
pNdefRecord
->Type)
609
phOsalNfc_FreeMemory(
pNdefRecord
->Type);
610
pNdefRecord
->Type = NULL;
612
if(NULL !=
pNdefRecord
->PayloadData)
614
phOsalNfc_FreeMemory(
pNdefRecord
->PayloadData);
615
pNdefRecord
->PayloadData = NULL
[
all
...]
phLibNfc.h
341
uint32_t NdefRecordCount; /**< Number of NDEF records pointed by
pNdefRecord
*/
342
phFriNfc_NdefRecord_t *
pNdefRecord
; /**< Pointer to the NDEF Records contained within the NDEF message */
[
all
...]
Completed in 34 milliseconds