Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
DphNxpConfig.cpp47 class CNxpNfcParam : public string class
50 CNxpNfcParam ();
51 CNxpNfcParam (const char* name, const string& value);
52 CNxpNfcParam (const char* name, unsigned long value);
53 virtual ~CNxpNfcParam ();
62 class CNxpNfcConfig : public vector<const CNxpNfcParam*>
74 const CNxpNfcParam* find (const char* p_name) const;
81 void add (const CNxpNfcParam* pParam);
82 list<const CNxpNfcParam*> m_list;
182 CNxpNfcParam* pParam = NULL; in readConfig()
[all …]