Home | History | Annotate | Download | only in src

Lines Matching refs:Status

556         /*If status is anything other than NFCSTATUS_PENDING ,an error has 
1003 NFCSTATUS RetStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
1047 NFCSTATUS Status = ((phNfc_sCompletionInfo_t *)pInfo)->status;
1048 /*A NFCSTATUS_SUCCESS status returned here means that the correct device
1051 if(NFCSTATUS_SUCCESS == Status)
1054 Status = phHciNfc_Connect(
1059 Status = (NFCSTATUS_PENDING == Status)?
1070 Status
1078 NFCSTATUS status)
1093 status
1104 NFCSTATUS ConnectStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
1117 PHDBG_INFO("Hal4:Connect status Success");
1219 NFCSTATUS ConnectStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
1325 /*Copy status code*/
1326 NFCSTATUS TrcvStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;