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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp42 class CNfcParam : public string class in inherits:string
45 CNfcParam();
46 CNfcParam(const char* name, const string& value);
47 CNfcParam(const char* name, unsigned long value);
48 virtual ~CNfcParam();
57 class CNfcConfig : public vector<const CNfcParam*>
67 const CNfcParam* find(const char* p_name) const;
74 void add(const CNfcParam* pParam);
75 list<const CNfcParam*> m_list;
173 CNfcParam* pPara
603 CNfcParam::CNfcParam() : function in class:CNfcParam
630 CNfcParam::CNfcParam(const char* name, const string& value) : function in class:CNfcParam
646 CNfcParam::CNfcParam(const char* name, unsigned long value) : function in class:CNfcParam
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp42 class CNfcParam : public string class in inherits:string
45 CNfcParam();
46 CNfcParam(const char* name, const string& value);
47 CNfcParam(const char* name, unsigned long value);
48 virtual ~CNfcParam();
57 class CNfcConfig : public vector<const CNfcParam*>
67 const CNfcParam* find(const char* p_name) const;
74 void add(const CNfcParam* pParam);
75 list<const CNfcParam*> m_list;
173 CNfcParam* pPara
603 CNfcParam::CNfcParam() : function in class:CNfcParam
630 CNfcParam::CNfcParam(const char* name, const string& value) : function in class:CNfcParam
646 CNfcParam::CNfcParam(const char* name, unsigned long value) : function in class:CNfcParam
[all...]

Completed in 135 milliseconds