Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc_Internal.h214 phDnldNfc_FwFormat_t FwFormat; /*FW file format either lib or bin*/ member
DphDnldNfc.cc744 gpphDnldContext->FwFormat = FW_FORMAT_UNKNOWN; in phDnldNfc_InitImgInfo()
755 gpphDnldContext->FwFormat = FW_FORMAT_BIN; in phDnldNfc_InitImgInfo()
758 gpphDnldContext->FwFormat = FW_FORMAT_SO; in phDnldNfc_InitImgInfo()
954 if (gpphDnldContext->FwFormat == FW_FORMAT_SO) { in phDnldNfc_CloseFwLibHandle()
961 } else if (gpphDnldContext->FwFormat == FW_FORMAT_BIN) { in phDnldNfc_CloseFwLibHandle()
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc_Internal.h211 phDnldNfc_FwFormat_t FwFormat; /*FW file format either lib or bin*/ member