Home | History | Annotate | Download | only in dnld

Lines Matching refs:pNotify

50 ** Parameters       pNotify  - notify caller after getting response
61 NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void* pContext) {
64 if ((NULL == pNotify) || (NULL == pContext)) {
78 (gpphDnldContext->UserCb) = pNotify;
104 ** pNotify - notify caller after getting response
116 pphDnldNfc_RspCb_t pNotify, void* pContext) {
119 if ((NULL == pVersionInfo) || (NULL == pNotify) || (NULL == pContext)) {
134 (gpphDnldContext->UserCb) = pNotify;
162 ** pNotify - notify caller after getting response
175 pphDnldNfc_RspCb_t pNotify,
179 if ((NULL == pSession) || (NULL == pNotify) || (NULL == pContext)) {
194 (gpphDnldContext->UserCb) = pNotify;
229 ** pNotify - notify caller after getting response
241 pphDnldNfc_RspCb_t pNotify, void* pContext) {
244 if ((NULL == pNotify) || (NULL == pContext)) {
274 (gpphDnldContext->UserCb) = pNotify;
302 ** pNotify - notify caller after getting response
312 NFCSTATUS phDnldNfc_ReadLog(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify,
316 if ((NULL == pNotify) || (NULL == pData) || (NULL == pContext)) {
332 (gpphDnldContext->UserCb) = pNotify;
365 ** pNotify - notify caller after getting response
377 pphDnldNfc_RspCb_t pNotify, void* pContext) {
383 if ((NULL == pNotify) || (NULL == pContext)) {
434 (gpphDnldContext->UserCb) = pNotify;
461 ** pNotify - notify caller after getting response
472 NFCSTATUS phDnldNfc_Log(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify,
476 if ((NULL == pNotify) || (NULL == pData) || (NULL == pContext)) {
495 (gpphDnldContext->UserCb) = pNotify;
525 ** pNotify - notify caller after getting response
536 NFCSTATUS phDnldNfc_Force(pphDnldNfc_Buff_t pInputs, pphDnldNfc_RspCb_t pNotify,
543 if ((NULL == pNotify) || (NULL == pContext)) {
596 (gpphDnldContext->UserCb) = pNotify;
675 ** pNotify - notify caller after getting response
689 pphDnldNfc_RspCb_t pNotify, void* pContext) {
692 if ((NULL == pFrameData) || (NULL == pNotify) || (NULL == pRspData) ||
709 (gpphDnldContext->UserCb) = pNotify;
1134 ** pNotify - notify caller after getting response
1144 NFCSTATUS phDnldNfc_ReadMem(void* pHwRef, pphDnldNfc_RspCb_t pNotify,
1153 if ((NULL == pNotify) || (NULL == pContext)) {
1180 UserCb = pNotify;
1242 ** pNotify - notify caller after getting response
1253 pphDnldNfc_RspCb_t pNotify, void* pContext) {
1256 if ((NULL == pNotify) || (NULL == pData) || (NULL == pContext)) {
1272 (gpphDnldContext->UserCb) = pNotify;