OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNfcParam
(Results
1 - 3
of
3
) 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
...]
/external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp
69
class
CNfcParam
: public string
72
CNfcParam
();
73
CNfcParam
(const char* name, const string& value);
74
CNfcParam
(const char* name, unsigned long value);
75
virtual ~
CNfcParam
();
84
class CNfcConfig : public vector<const
CNfcParam
*>
97
const
CNfcParam
* find(const char* p_name) const;
104
void add(const
CNfcParam
* pParam);
105
list<const
CNfcParam
*> m_list;
205
CNfcParam
* pParam = NULL
[
all
...]
Completed in 49 milliseconds