Home | History | Annotate | Download | only in src

Lines Matching defs:Status

69                                 NFCSTATUS                        status
76 NFCSTATUS status
84 NFCSTATUS status);
91 NFCSTATUS status
97 NFCSTATUS status
102 NFCSTATUS status
118 NFCSTATUS status
122 Status = NFCSTATUS_SUCCESS;
132 &&(PHNFCSTATUS(status)!=NFCSTATUS_DESELECTED))
134 Status = NFCSTATUS_FAILED;
136 else if (PHNFCSTATUS(status) == NFCSTATUS_DESELECTED)
319 if((tag_disc_flg >0 )&&(status != NFCSTATUS_FAILED))
325 (status ==NFCSTATUS_MULTIPLE_PROTOCOLS) ||
326 (status ==NFCSTATUS_MULTIPLE_TAGS)) )
328 status = status;
332 status =NFCSTATUS_SUCCESS;
342 status
347 else if(PHNFCSTATUS(status)==NFCSTATUS_DESELECTED)
356 status);
370 Status = NFCSTATUS_FAILED;
374 if(Status == NFCSTATUS_FAILED)
381 Status);
551 mark the General CB pending status is TRUE */
554 gpphLibContext->status.GenCb_pending_status = TRUE;
639 mark the General CB pending status is TRUE*/
642 gpphLibContext->status.GenCb_pending_status=TRUE;
666 NFCSTATUS status)
677 status = NFCSTATUS_SHUTDOWN;
681 gpphLibContext->status.GenCb_pending_status = FALSE;
682 gpphLibContext->status.DiscEnbl_status = FALSE;
683 status = NFCSTATUS_TARGET_LOST;
685 phLibNfc_UpdateCurState (status,gpphLibContext);
687 if(gpphLibContext->status.Discovery_pending_status == TRUE)
693 gpphLibContext->status.Discovery_pending_status = FALSE;
705 gpphLibContext->status.GenCb_pending_status = TRUE;
706 gpphLibContext->status.DiscEnbl_status = TRUE;
718 0, NULL, status);
724 status = NFCSTATUS_FAILED;
736 NFCSTATUS status
745 /* Mark General Callback pending status as false*/
746 gpphLibContext->status.GenCb_pending_status = FALSE;
756 else if(PHNFCSTATUS(status)==NFCSTATUS_SUCCESS)
760 /* Update the state to connected and return status as SUCCESS*/
765 { /* if(PHNFCSTATUS(status)==NFCSTATUS_INVALID_REMOTE_DEVICE) */
860 /* Mark general callback pending status as TRUE and update the state*/
861 gpphLibContext->status.GenCb_pending_status=TRUE;
881 NFCSTATUS status
900 /* Mark the General callback pending status FALSE */
901 gpphLibContext->status.GenCb_pending_status = FALSE;
935 /*call shutdown and return status as NFCSTATUS_SHUTDOWN */
939 else if(NFCSTATUS_SUCCESS == status)
1098 /* Mark the General callback pending status is TRUE */
1099 gpphLibContext->status.GenCb_pending_status = TRUE;
1108 gpphLibContext->status.GenCb_pending_status = FALSE;
1121 NFCSTATUS status
1136 gpphLibContext->status.GenCb_pending_status = FALSE;
1152 /* If the received lower layer status is not SUCCESS return NFCSTATUS_FAILED */
1153 else if( NFCSTATUS_SUCCESS == status)
1157 else if((PHNFCSTATUS(status) != NFCSTATUS_SUCCESS) &&
1170 else if ((PHNFCSTATUS(status) == PN544_IO_TIMEOUT_RESPONSE) ||
1171 (PHNFCSTATUS(status) == NFCSTATUS_RF_TIMEOUT))
1182 phLibNfc_UpdateCurState(status,gpphLibContext);
1253 else if(TRUE == gpphLibContext->status.GenCb_pending_status)
1288 gpphLibContext->status.GenCb_pending_status=TRUE;
1303 NFCSTATUS status)
1318 status = NFCSTATUS_SHUTDOWN;
1322 gpphLibContext->status.GenCb_pending_status = FALSE;
1323 if(NFCSTATUS_SUCCESS != status)
1325 status = NFCSTATUS_FAILED;
1329 status = NFCSTATUS_SUCCESS;
1333 phLibNfc_UpdateCurState(status,gpphLibContext);
1342 /* Notify to upper layer status of configure operation */
1343 pClientCb(pUpperLayerContext, status);