Searched refs:dest_type (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nci/src/nfc/include/
H A Dnci_hmsgs.h50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
H A Dnfc_api.h308 UINT8 dest_type; /* the destination type */ member in struct:__anon8748
1035 ** Parameters dest_type - the destination type
1043 NFC_API extern tNFC_STATUS NFC_ConnCreate(UINT8 dest_type,
/external/selinux/sepolgen/tests/
H A Dtest_refpolicy.py113 self.assertEquals(a.dest_type, "")
120 a.dest_type = "bar_t"
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c966 ** Parameters dest_type - the destination type
974 tNFC_STATUS NFC_ConnCreate (UINT8 dest_type, argument
989 if (dest_type == NCI_DEST_TYPE_NFCEE)
998 else if (dest_type == NCI_DEST_TYPE_REMOTE)
1006 else if (dest_type == NCI_DEST_TYPE_NFCC)
1013 status = nci_snd_core_conn_create (dest_type, num_tlv, tlv_size, param_tlvs);
H A Dnfc_ncif.c1193 void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type) argument
1211 evt_data.conn_create.dest_type = dest_type;
/external/selinux/sepolgen/src/sepolgen/
H A Dinterfaces.py186 if access.is_idparam(rule.dest_type):
187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params):
H A Drefpolicy.py509 self.dest_type = ""
525 self.dest_type)
H A Drefparser.py822 t.dest_type = p[6]
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h254 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument
211 UINT8_TO_STREAM (pp, dest_type);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 325 milliseconds