Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.h147 bool degradedFwDnld = false);
153 bool degradedFwDnld = false);
DphNxpNciHal_Dnld.h28 bool degradedFwDnld = false);
DphDnldNfc.cc760 NFCSTATUS phDnldNfc_InitImgInfo(bool bMinimalFw, bool degradedFwDnld) { in phDnldNfc_InitImgInfo() argument
796 degradedFwDnld); in phDnldNfc_InitImgInfo()
1003 uint32_t* pImgInfoLen, bool degradedFwDnld) { in phDnldNfc_LoadFW() argument
1030 if (degradedFwDnld) { in phDnldNfc_LoadFW()
DphNxpNciHal_Dnld.cc104 bool degradedFwDnld; /* Flag indicates if Degraded FW download is requested*/ member
430 if (gphNxpNciHal_fw_IoctlCtx.degradedFwDnld) { in phNxpNciHal_fw_dnld_get_version_cb()
1664 bool bMinimalFw, bool degradedFwDnld) { in phNxpNciHal_fw_download_seq() argument
1684 (gphNxpNciHal_fw_IoctlCtx.degradedFwDnld) = degradedFwDnld; in phNxpNciHal_fw_download_seq()
1686 if (NFCSTATUS_SUCCESS == phDnldNfc_InitImgInfo(bMinimalFw, degradedFwDnld)) { in phNxpNciHal_fw_download_seq()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.cc171 bool degradedFwDnld = false);
3191 static void phNxpNciHal_DownloadFw(bool isMinFwVer, bool degradedFwDnld) { in phNxpNciHal_DownloadFw() argument
3208 degradedFwDnld); in phNxpNciHal_DownloadFw()