Lines Matching refs:comp_info
663 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
669 comp_info.status = error_status ;
671 NFC_NOTIFY_INIT_FAILED, &comp_info);
677 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
679 comp_info.status = error_status ;
688 NFC_NOTIFY_CONFIG_ERROR, &comp_info);
694 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
701 comp_info.status = error_status ;
705 NFC_NOTIFY_ERROR, &comp_info);
724 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
730 comp_info.status = psHciContext->error_status ;
734 NFC_NOTIFY_CONFIG_ERROR, &comp_info);
740 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
746 comp_info.status = error_status ;
749 NFC_NOTIFY_DISCOVERY_ERROR, &comp_info);
783 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
791 comp_info.status = error_status ;
794 NFC_NOTIFY_CONNECT_FAILED, &comp_info);
800 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
808 comp_info.status = error_status ;
811 NFC_NOTIFY_CONNECT_FAILED, &comp_info);
816 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
822 comp_info.status = error_status;
825 NFC_NOTIFY_ERROR, &comp_info);
833 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
836 comp_info.status = error_status ;
839 NFC_NOTIFY_DISCONNECT_FAILED, &comp_info);
847 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
853 comp_info.status = error_status ;
855 NFC_NOTIFY_DEINIT_FAILED, &comp_info);
862 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
865 comp_info.status = error_status ;
873 NFC_NOTIFY_ERROR, &comp_info);
883 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
885 comp_info.status = error_status ;
892 NFC_NOTIFY_ERROR, &comp_info);
949 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
961 comp_info.status = status;
964 NFC_NOTIFY_POLL_RESTARTED , &comp_info);
1006 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
1012 comp_info.status = NFCSTATUS_SUCCESS;
1015 NFC_NOTIFY_TARGET_PRESENT , &comp_info);
1339 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL};
1341 comp_info.status = status;
1344 NFC_NOTIFY_INIT_COMPLETED, &comp_info);
1351 phNfc_sCompletionInfo_t comp_info;
1357 comp_info.status = status;
1359 NFC_NOTIFY_INIT_FAILED, &comp_info);
1480 phNfc_sCompletionInfo_t comp_info;
1488 comp_info.status = status;
1490 NFC_NOTIFY_DEINIT_COMPLETED, &comp_info);
1514 phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
1555 comp_info.status = status;
1559 NFC_NOTIFY_CONFIG_SUCCESS , &comp_info);
1576 comp_info.status = status;
1579 NFC_NOTIFY_CONFIG_SUCCESS, &comp_info);
1798 phNfc_sCompletionInfo_t comp_info;
1808 comp_info.status = status;
1811 NFC_NOTIFY_POLL_ENABLED, &comp_info);
1815 comp_info.status = status;
1818 NFC_NOTIFY_POLL_DISABLED, &comp_info);
1843 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
1959 comp_info.status = status;
1962 NFC_NOTIFY_CONFIG_SUCCESS, &comp_info);
1990 phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
2061 comp_info.status = status;
2064 NFC_NOTIFY_POLL_ENABLED, &comp_info);
2068 comp_info.status = status;
2071 NFC_NOTIFY_POLL_DISABLED, &comp_info);
2096 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
2112 comp_info.status = status;
2115 NFC_NOTIFY_TARGET_REACTIVATED , &comp_info);
2120 comp_info.status = status;
2124 NFC_NOTIFY_ERROR , &comp_info);
2170 comp_info.status = status;
2173 NFC_NOTIFY_TARGET_CONNECTED , &comp_info);
2178 comp_info.status = status;
2182 NFC_NOTIFY_ERROR , &comp_info);
2208 static phNfc_sCompletionInfo_t comp_info = {FALSE, 0 , NULL};
2253 comp_info.status = status;
2256 NFC_NOTIFY_TARGET_DISCONNECTED , &comp_info);
2261 comp_info.status = status;
2265 NFC_NOTIFY_ERROR , &comp_info);
2439 static phNfc_sCompletionInfo_t comp_info = {0};
2447 comp_info.status = test_status;
2458 comp_info.info = &test_result;
2461 NFC_NOTIFY_RESULT , &comp_info);
2466 comp_info.status = status;
2470 NFC_NOTIFY_ERROR , &comp_info);
2488 static phNfc_sCompletionInfo_t comp_info = {0};
2496 comp_info.status = io_status;
2502 NFC_IO_SUCCESS , &comp_info);
2509 NFC_IO_ERROR , &comp_info);