Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp106 if (!GetNumValue((char*)NAME_SPD_DEBUG, &mSpdDebug, sizeof(mSpdDebug))) in SpdHelper()
107 mSpdDebug = false; in SpdHelper()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dspdhelper.h41 bool isSpdDebugImpl() {return mSpdDebug;} in isSpdDebugImpl()
46 bool mSpdDebug; variable