Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp78 if ( strNew != mPatchId ) in isPatchBadImpl()
80 mPatchId = strNew; in isPatchBadImpl()
86 …ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (mIsPat… in isPatchBadImpl()
102 mPatchId.erase(); in SpdHelper()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dspdhelper.h42 string mPatchId; variable