Searched defs:gpphLibContext (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc.c64 pphLibNfc_LibContext_t gpphLibContext=NULL; variable
91 if(NULL != gpphLibContext)
101 if(NULL != gpphLibContext)
137 if (gpphLibContext->sSeContext.eActivatedMode == phLibNfc_SE_ActModeWired)
198 else if(NULL == gpphLibContext)
201 gpphLibContext=(pphLibNfc_LibContext_t)phOsalNfc_GetMemory(
203 if(NULL == gpphLibContext)
209 (void)memset((void *)gpphLibContext,0,(
213 gpphLibContext->CBInfo.pClientInitCb=pInitCb;
214 gpphLibContext
[all...]

Completed in 125 milliseconds