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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp36 class CNfcParam : public string class in inherits:string
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* pPara
589 CNfcParam::CNfcParam() : function in class:CNfcParam
616 CNfcParam::CNfcParam(const char* name, const string& value) : function in class:CNfcParam
632 CNfcParam::CNfcParam(const char* name, unsigned long value) : function in class:CNfcParam
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp36 class CNfcParam : public string class in inherits:string
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* pPara
604 CNfcParam::CNfcParam() : function in class:CNfcParam
631 CNfcParam::CNfcParam(const char* name, const string& value) : function in class:CNfcParam
647 CNfcParam::CNfcParam(const char* name, unsigned long value) : function in class:CNfcParam
[all...]
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpConfig.cpp69 class CNfcParam : public string class in inherits:string
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* pPara
823 CNfcParam::CNfcParam() : function in class:CNfcParam
850 CNfcParam::CNfcParam(const char* name, const string& value) : function in class:CNfcParam
866 CNfcParam::CNfcParam(const char* name, unsigned long value) : function in class:CNfcParam
[all...]

Completed in 133 milliseconds