Searched refs:dest_type (Results 1 – 11 of 11) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_main.c | 974 tNFC_STATUS NFC_ConnCreate (UINT8 dest_type, in NFC_ConnCreate() argument 989 if (dest_type == NCI_DEST_TYPE_NFCEE) in NFC_ConnCreate() 998 else if (dest_type == NCI_DEST_TYPE_REMOTE) in NFC_ConnCreate() 1006 else if (dest_type == NCI_DEST_TYPE_NFCC) in NFC_ConnCreate() 1013 status = nci_snd_core_conn_create (dest_type, num_tlv, tlv_size, param_tlvs); in NFC_ConnCreate()
|
D | nfc_ncif.c | 1193 void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type) in nfc_ncif_proc_conn_create_rsp() argument 1211 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()
|
/external/selinux/sepolgen/tests/ |
D | test_refpolicy.py | 113 self.assertEquals(a.dest_type, "") 120 a.dest_type = "bar_t"
|
/external/libnfc-nci/src/nfc/include/ |
D | nci_hmsgs.h | 50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs…
|
D | nfc_api.h | 308 UINT8 dest_type; /* the destination type */ member 1043 NFC_API extern tNFC_STATUS NFC_ConnCreate(UINT8 dest_type,
|
/external/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 30 define void @copy_filter_list(i32 %dest_type, i32 %src_type) nounwind uwtable ssp { 35 %cmp = icmp ne i32 %dest_type, %src_type 49 switch i32 %dest_type, label %sw.default.i [
|
/external/selinux/sepolgen/src/sepolgen/ |
D | interfaces.py | 186 if access.is_idparam(rule.dest_type): 187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params):
|
D | refpolicy.py | 509 self.dest_type = "" 525 self.dest_type)
|
D | refparser.py | 822 t.dest_type = p[6]
|
/external/libnfc-nci/src/nfc/nci/ |
D | nci_hmsgs.c | 193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) in nci_snd_core_conn_create() argument 211 UINT8_TO_STREAM (pp, dest_type); in nci_snd_core_conn_create()
|
/external/libnfc-nci/src/nfc/int/ |
D | nfc_int.h | 254 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);
|