Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp88 if (!GetNumValue((char*)NAME_SPD_DEBUG, &mSpdDebug, sizeof(mSpdDebug))) in SpdHelper()
89 mSpdDebug = false; in SpdHelper()
/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h40 bool isSpdDebugImpl() { return mSpdDebug; } in isSpdDebugImpl()
45 bool mSpdDebug; variable