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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 36 class CNfcParam : public string
39 CNfcParam();
40 CNfcParam(const char* name, const string& value);
41 CNfcParam(const char* name, unsigned long value);
42 virtual ~CNfcParam();
51 class CNfcConfig : public vector<const CNfcParam*>
61 const CNfcParam* find(const char* p_name) const;
68 void add(const CNfcParam* pParam);
69 list<const CNfcParam*> m_list;
167 CNfcParam* pParam = NULL
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 36 class CNfcParam : public string
39 CNfcParam();
40 CNfcParam(const char* name, const string& value);
41 CNfcParam(const char* name, unsigned long value);
42 virtual ~CNfcParam();
51 class CNfcConfig : public vector<const CNfcParam*>
61 const CNfcParam* find(const char* p_name) const;
68 void add(const CNfcParam* pParam);
69 list<const CNfcParam*> m_list;
167 CNfcParam* pParam = NULL
    [all...]

Completed in 45 milliseconds