Home
last modified time | relevance | path

Searched refs:CNfcParam (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp36 class CNfcParam : public string class
39 CNfcParam();
40 CNfcParam(const char* name, const string& value);
41 CNfcParam(const char* name, unsigned long value);
42 virtual ~CNfcParam();
51 class CNfcConfig : public vector<const CNfcParam*>
61 const CNfcParam* find(const char* p_name) const;
68 void add(const CNfcParam* pParam);
69 list<const CNfcParam*> m_list;
167 CNfcParam* pParam = NULL; in readConfig()
[all …]
/external/libnfc-nci/src/adaptation/
Dconfig.cpp36 class CNfcParam : public string class
39 CNfcParam();
40 CNfcParam(const char* name, const string& value);
41 CNfcParam(const char* name, unsigned long value);
42 virtual ~CNfcParam();
51 class CNfcConfig : public vector<const CNfcParam*>
61 const CNfcParam* find(const char* p_name) const;
68 void add(const CNfcParam* pParam);
69 list<const CNfcParam*> m_list;
167 CNfcParam* pParam = NULL; in readConfig()
[all …]
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp69 class CNfcParam : public string class
72 CNfcParam();
73 CNfcParam(const char* name, const string& value);
74 CNfcParam(const char* name, unsigned long value);
75 virtual ~CNfcParam();
84 class CNfcConfig : public vector<const CNfcParam*>
97 const CNfcParam* find(const char* p_name) const;
104 void add(const CNfcParam* pParam);
105 list<const CNfcParam*> m_list;
205 CNfcParam* pParam = NULL; in readConfig()
[all …]