Home
last modified time | relevance | path

Searched refs:CNfcParam (Results 1 – 4 of 4) 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/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.cc120 class CNfcParam : public string { class
122 CNfcParam();
123 CNfcParam(const char* name, const string& value);
124 CNfcParam(const char* name, unsigned long value);
125 virtual ~CNfcParam();
135 class CNfcConfig : public vector<const CNfcParam*> {
147 const CNfcParam* find(const char* p_name) const;
157 void add(const CNfcParam* pParam);
160 list<const CNfcParam*> m_list;
285 CNfcParam* pParam = NULL; in readConfig()
[all …]