Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c974 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()
Dnfc_ncif.c1193 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/
Dtest_refpolicy.py113 self.assertEquals(a.dest_type, "")
120 a.dest_type = "bar_t"
/external/libnfc-nci/src/nfc/include/
Dnci_hmsgs.h50 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs…
Dnfc_api.h308 UINT8 dest_type; /* the destination type */ member
1043 NFC_API extern tNFC_STATUS NFC_ConnCreate(UINT8 dest_type,
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll30 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/
Dinterfaces.py186 if access.is_idparam(rule.dest_type):
187 if __param_insert(rule.dest_type, refpolicy.DEST_TYPE, None, params):
Drefpolicy.py509 self.dest_type = ""
525 self.dest_type)
Drefparser.py822 t.dest_type = p[6]
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c193 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/
Dnfc_int.h254 NFC_API extern void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type);