Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_nciParser.cc44 psContext->sEntryFuncs.destroyParser = NULL; in phNxpNciHal_initParser()
62 psContext->sEntryFuncs.destroyParser = (tHAL_API_NATIVE_DESTROY_PARSER)dlsym( in phNxpNciHal_initParser()
64 if (psContext->sEntryFuncs.destroyParser == NULL) { in phNxpNciHal_initParser()
131 (*(psContext->sEntryFuncs.destroyParser))(psContext->pvInstance); in phNxpNciHal_deinitParser()
DphNxpNciHal_nciParser.h46 tHAL_API_NATIVE_DESTROY_PARSER destroyParser; member