Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp127 class CNfcParam : public string { class
129 CNfcParam();
130 CNfcParam(const char* name, const string& value);
131 CNfcParam(const char* name, unsigned long value);
132 virtual ~CNfcParam();
142 class CNfcConfig : public vector<const CNfcParam*> {
153 const CNfcParam* _find(const char* p_name) const;
155 const CNfcParam* find(const char* p_name) const;
163 void add(const CNfcParam* pParam);
164 list<const CNfcParam*> m_list;
[all …]
/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp42 class CNfcParam : public string { class
44 CNfcParam();
45 CNfcParam(const char* name, const string& value);
46 CNfcParam(const char* name, unsigned long value);
47 virtual ~CNfcParam();
57 class CNfcConfig : public vector<const CNfcParam*> {
66 const CNfcParam* find(const char* p_name) const;
74 void add(const CNfcParam* pParam);
75 list<const CNfcParam*> m_list;
184 CNfcParam* pParam = NULL; in readConfig()
[all …]
/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp43 class CNfcParam : public string { class
45 CNfcParam();
46 CNfcParam(const char* name, const string& value);
47 CNfcParam(const char* name, unsigned long value);
48 virtual ~CNfcParam();
58 class CNfcConfig : public vector<const CNfcParam*> {
68 const CNfcParam* find(const char* p_name) const;
76 void add(const CNfcParam* pParam);
77 list<const CNfcParam*> m_list;
186 CNfcParam* pParam = NULL; in readConfig()
[all …]
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp108 class CNfcParam : public string { class
110 CNfcParam();
111 CNfcParam(const char* name, const string& value);
112 CNfcParam(const char* name, unsigned long value);
113 virtual ~CNfcParam();
123 class CNfcConfig : public vector<const CNfcParam*> {
135 const CNfcParam* find(const char* p_name) const;
143 void add(const CNfcParam* pParam);
144 list<const CNfcParam*> m_list;
266 CNfcParam* pParam = NULL; in readConfig()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc127 class CNfcParam : public string { class
129 CNfcParam();
130 CNfcParam(const char* name, const string& value);
131 CNfcParam(const char* name, unsigned long value);
132 virtual ~CNfcParam();
142 class CNfcConfig : public vector<const CNfcParam*> {
154 const CNfcParam* find(const char* p_name) const;
164 void add(const CNfcParam* pParam);
167 list<const CNfcParam*> m_list;
292 CNfcParam* pParam = NULL; in readConfig()
[all …]