Home | History | Annotate | Download | only in src

Lines Matching refs:cmd_status

288     NFCSTATUS       cmd_status = NFCSTATUS_SUCCESS;
299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
301 status = ( (cmd_status == NFCSTATUS_PENDING)?
302 NFCSTATUS_SUCCESS : cmd_status);
1054 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS;
1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef,
1072 status = ( (cmd_status == NFCSTATUS_PENDING)?
1073 NFCSTATUS_SUCCESS : cmd_status);
1097 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS;
1113 cmd_status = phHciNfc_Send_Generic_Cmd(
1117 status = ((cmd_status == NFCSTATUS_PENDING)?
1118 NFCSTATUS_SUCCESS : cmd_status);