Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp62 if (strNew != mPatchId) { in isPatchBadImpl()
63 mPatchId = strNew; in isPatchBadImpl()
69 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), in isPatchBadImpl()
83 mPatchId.erase(); in SpdHelper()
/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h41 string mPatchId; variable