Lines Matching refs: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)
318 if((tag_disc_flg >0 )&&(status != NFCSTATUS_FAILED))
324 (status ==NFCSTATUS_MULTIPLE_PROTOCOLS) ||
325 (status ==NFCSTATUS_MULTIPLE_TAGS)) )
327 status = status;
331 status =NFCSTATUS_SUCCESS;
341 status
346 else if(PHNFCSTATUS(status)==NFCSTATUS_DESELECTED)
355 status);
369 Status = NFCSTATUS_FAILED;
373 if(Status == NFCSTATUS_FAILED)
380 Status);
550 mark the General CB pending status is TRUE */
553 gpphLibContext->status.GenCb_pending_status = TRUE;
638 mark the General CB pending status is TRUE*/
641 gpphLibContext->status.GenCb_pending_status=TRUE;
665 NFCSTATUS status)
676 status = NFCSTATUS_SHUTDOWN;
680 gpphLibContext->status.GenCb_pending_status = FALSE;
681 gpphLibContext->status.DiscEnbl_status = FALSE;
682 status = NFCSTATUS_TARGET_LOST;
684 phLibNfc_UpdateCurState (status,gpphLibContext);
686 if(gpphLibContext->status.Discovery_pending_status == TRUE)
692 gpphLibContext->status.Discovery_pending_status = FALSE;
704 gpphLibContext->status.GenCb_pending_status = TRUE;
705 gpphLibContext->status.DiscEnbl_status = TRUE;
717 0, NULL, status);
723 status = NFCSTATUS_FAILED;
735 NFCSTATUS status
744 /* Mark General Callback pending status as false*/
745 gpphLibContext->status.GenCb_pending_status = FALSE;
755 else if(PHNFCSTATUS(status)==NFCSTATUS_SUCCESS)
759 /* Update the state to connected and return status as SUCCESS*/
764 { /* if(PHNFCSTATUS(status)==NFCSTATUS_INVALID_REMOTE_DEVICE) */
859 /* Mark general callback pending status as TRUE and update the state*/
860 gpphLibContext->status.GenCb_pending_status=TRUE;
880 NFCSTATUS status
899 /* Mark the General callback pending status FALSE */
900 gpphLibContext->status.GenCb_pending_status = FALSE;
934 /*call shutdown and return status as NFCSTATUS_SHUTDOWN */
938 else if(NFCSTATUS_SUCCESS == status)
1097 /* Mark the General callback pending status is TRUE */
1098 gpphLibContext->status.GenCb_pending_status = TRUE;
1107 gpphLibContext->status.GenCb_pending_status = FALSE;
1120 NFCSTATUS status
1135 gpphLibContext->status.GenCb_pending_status = FALSE;
1151 /* If the received lower layer status is not SUCCESS return NFCSTATUS_FAILED */
1152 else if( NFCSTATUS_SUCCESS == status)
1156 else if((PHNFCSTATUS(status) != NFCSTATUS_SUCCESS) &&
1169 else if ((PHNFCSTATUS(status) == PN544_IO_TIMEOUT_RESPONSE) ||
1170 (PHNFCSTATUS(status) == NFCSTATUS_RF_TIMEOUT))
1181 phLibNfc_UpdateCurState(status,gpphLibContext);
1252 else if(TRUE == gpphLibContext->status.GenCb_pending_status)
1287 gpphLibContext->status.GenCb_pending_status=TRUE;
1302 NFCSTATUS status)
1317 status = NFCSTATUS_SHUTDOWN;
1321 gpphLibContext->status.GenCb_pending_status = FALSE;
1322 if(NFCSTATUS_SUCCESS != status)
1324 status = NFCSTATUS_FAILED;
1328 status = NFCSTATUS_SUCCESS;
1332 phLibNfc_UpdateCurState(status,gpphLibContext);
1341 /* Notify to upper layer status of configure operation */
1342 pClientCb(pUpperLayerContext, status);