Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsigslot.h1729 template<class dest_type, class mt_policy>
1739 _connection0(dest_type* pobject, void (dest_type::*pmemfun)()) in _connection0()
1751 return new _connection0<dest_type, mt_policy>(*this); in clone()
1756 return new _connection0<dest_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); in duplicate()
1770 dest_type* m_pobject;
1771 void (dest_type::* m_pmemfun)(); variable
1774 template<class dest_type, class arg1_type, class mt_policy>
1784 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) in _connection1()
1796 return new _connection1<dest_type, arg1_type, mt_policy>(*this); in clone()
1801 return new _connection1<dest_type, arg1_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); in duplicate()
[all …]
/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.c1192 void nfc_ncif_proc_conn_create_rsp (UINT8 *p, UINT16 plen, UINT8 dest_type) in nfc_ncif_proc_conn_create_rsp() argument
1210 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()
/external/selinux/sepolgen/tests/
Dtest_refpolicy.py120 self.assertEqual(a.dest_type, "")
127 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.h309 UINT8 dest_type; /* the destination type */ member
1044 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.py508 self.dest_type = ""
524 self.dest_type)
Drefparser.py821 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);