Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc_Internal.h211 phDnldNfc_FwFormat_t FwFormat; /*FW file format either lib or bin*/ member
DphDnldNfc.cc740 gpphDnldContext->FwFormat = FW_FORMAT_UNKNOWN; in phDnldNfc_InitImgInfo()
750 gpphDnldContext->FwFormat = FW_FORMAT_BIN; in phDnldNfc_InitImgInfo()
753 gpphDnldContext->FwFormat = FW_FORMAT_SO; in phDnldNfc_InitImgInfo()
933 if (gpphDnldContext->FwFormat == FW_FORMAT_SO) { in phDnldNfc_CloseFwLibHandle()
940 } else if (gpphDnldContext->FwFormat == FW_FORMAT_BIN) { in phDnldNfc_CloseFwLibHandle()