Searched refs:tnf (Results 1 - 16 of 16) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c142 if (p_reg_info->tnf == NFA_TNF_DEFAULT)
237 UINT8 tnf,
261 &&(p_cb->p_ndef_handler[i]->tnf == tnf) )
371 UINT8 tnf, type_len, rec_hdr_flags, id_len; local
431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
440 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
455 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
519 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
236 nfa_dm_ndef_find_next_handler(tNFA_DM_API_REG_NDEF_HDLR *p_init_handler, UINT8 tnf, UINT8 *p_type_name, UINT8 type_name_len, UINT8 *p_payload, UINT32 payload_len) argument
H A Dnfa_dm_api.c906 ** with tnf=NFA_TNF_DEFAULT. In this case, all un-registered
919 tNFA_TNF tnf,
926 NFA_TRACE_API2 ("NFA_RegisterNDefTypeHandler (): handle whole ndef message: %i, tnf=0x%02x", handle_whole_message, tnf);
941 p_msg->tnf = tnf;
1010 p_msg->tnf = NFA_TNF_WKT;
918 NFA_RegisterNDefTypeHandler(BOOLEAN handle_whole_message, tNFA_TNF tnf, UINT8 *p_type_name, UINT8 type_name_len, tNFA_NDEF_CBACK *p_ndef_cback) argument
/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c715 uint8_t tnf = 0; local
720 tnf = PH_FRINFC_NDEFRECORD_TNF_EMPTY;
724 tnf = PH_FRINFC_NDEFRECORD_TNF_NFCWELLKNOWN;
728 tnf = PH_FRINFC_NDEFRECORD_TNF_MEDIATYPE;
732 tnf = PH_FRINFC_NDEFRECORD_TNF_ABSURI;
736 tnf = PH_FRINFC_NDEFRECORD_TNF_NFCEXT;
740 tnf = PH_FRINFC_NDEFRECORD_TNF_UNKNOWN;
744 tnf = PH_FRINFC_NDEFRECORD_TNF_UNCHANGED;
748 tnf = PH_FRINFC_NDEFRECORD_TNF_RESERVED;
751 tnf
[all...]
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
493 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf)
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen) argument
554 if ( ((rec_hdr & NDEF_TNF_MASK) == tnf)
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
846 if (tnf > NDEF_TNF_RESERVED)
848 tnf = NDEF_TNF_UNKNOWN;
860 *p_rec = tnf | NDEF_MB_MASK | NDEF_ME_MASK;
870 *p_rec = tnf | NDEF_ME_MASK;
933 UINT8 tnf, UINT
836 NDEF_MsgAddRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
932 NDEF_MsgInsertRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
1524 UINT8 type_len, id_len, tnf; local
[all...]
H A Dndef_cho_utils.c568 UINT8 id_len, tnf, type_len; local
577 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
581 ||(tnf != NDEF_TNF_MEDIA)
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h173 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
185 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
270 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h1122 ** with tnf=NFA_TNF_DEFAULT. In this case, all un-registered
1136 tNFA_TNF tnf,
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dm_int.h168 tNFA_TNF tnf; /* Type-name field of record-type that was registered. */ member in struct:__anon10576
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 166 milliseconds