Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/include/
Dspdhelper.h28 static bool isPatchBad(uint8_t* prm, uint32_t len);
/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp28 bool SpdHelper::isPatchBad(uint8_t* prm, uint32_t len) { in isPatchBad() function in SpdHelper
Dpatchram.cpp439 if (!SpdHelper::isPatchBad((uint8_t*)sPrmBuf, lenPrmBuffer)) { in StartPatchDownload()