Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp56 string strNew; in isPatchBadImpl() local
59 for (int i = 0; i < 8 && i < len; ++i) strNew.append(toHex(*prm++)); in isPatchBadImpl()
62 if (strNew != mPatchId) { in isPatchBadImpl()
63 mPatchId = strNew; in isPatchBadImpl()