HomeSort by relevance Sort by last modified time
    Searched refs:CNfcParam (Results 1 - 3 of 3) sorted by null

  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 97 class CNfcParam : public string {
99 CNfcParam();
100 CNfcParam(const char* name, const string& value);
101 CNfcParam(const char* name, unsigned long value);
102 virtual ~CNfcParam();
112 class CNfcConfig : public vector<const CNfcParam*> {
124 const CNfcParam* find(const char* p_name) const;
132 void add(const CNfcParam* pParam);
133 list<const CNfcParam*> m_list;
254 CNfcParam* pParam = NULL
    [all...]
  /system/nfc/halimpl/bcm2079x/adaptation/
config.cpp 40 class CNfcParam : public string {
42 CNfcParam();
43 CNfcParam(const char* name, const string& value);
44 CNfcParam(const char* name, unsigned long value);
45 virtual ~CNfcParam();
55 class CNfcConfig : public vector<const CNfcParam*> {
64 const CNfcParam* find(const char* p_name) const;
72 void add(const CNfcParam* pParam);
73 list<const CNfcParam*> m_list;
183 CNfcParam* pParam = NULL
    [all...]
  /system/nfc/src/adaptation/
config.cpp 40 class CNfcParam : public string {
42 CNfcParam();
43 CNfcParam(const char* name, const string& value);
44 CNfcParam(const char* name, unsigned long value);
45 virtual ~CNfcParam();
55 class CNfcConfig : public vector<const CNfcParam*> {
64 const CNfcParam* find(const char* p_name) const;
72 void add(const CNfcParam* pParam);
73 list<const CNfcParam*> m_list;
183 CNfcParam* pParam = NULL
    [all...]

Completed in 227 milliseconds