Home
last modified time | relevance | path

Searched refs:CompletionRoutineContext (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_SmtCrdFmt.c173 void *CompletionRoutineContext) in phFriNfc_NdefSmtCrd_SetCR() argument
178 (CompletionRoutine == NULL) || (CompletionRoutineContext == NULL)) in phFriNfc_NdefSmtCrd_SetCR()
188 NdefSmtCrdFmt->CompletionRoutine[FunctionID].Context = CompletionRoutineContext; in phFriNfc_NdefSmtCrd_SetCR()
DphFriNfc_SmtCrdFmt.h421 void *CompletionRoutineContext);
DphFriNfc_NdefMap.c240 void *CompletionRoutineContext) in phFriNfc_NdefMap_SetCompletionRoutine() argument
245 ( CompletionRoutine == NULL) || (CompletionRoutineContext == NULL)) in phFriNfc_NdefMap_SetCompletionRoutine()
255 NdefMap->CompletionRoutine[FunctionID].Context = CompletionRoutineContext; in phFriNfc_NdefMap_SetCompletionRoutine()
DphFriNfc_NdefMap.h1056 void *CompletionRoutineContext);