Home | History | Annotate | Download | only in src

Lines Matching defs: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);
1795 phNfc_sCompletionInfo_t comp_info;
1805 comp_info.status = status;
1808 NFC_NOTIFY_POLL_ENABLED, &comp_info);
1812 comp_info.status = status;
1815 NFC_NOTIFY_POLL_DISABLED, &comp_info);
1840 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
1956 comp_info.status = status;
1959 NFC_NOTIFY_CONFIG_SUCCESS, &comp_info);
1987 phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
2058 comp_info.status = status;
2061 NFC_NOTIFY_POLL_ENABLED, &comp_info);
2065 comp_info.status = status;
2068 NFC_NOTIFY_POLL_DISABLED, &comp_info);
2093 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL};
2109 comp_info.status = status;
2112 NFC_NOTIFY_TARGET_REACTIVATED , &comp_info);
2117 comp_info.status = status;
2121 NFC_NOTIFY_ERROR , &comp_info);
2167 comp_info.status = status;
2170 NFC_NOTIFY_TARGET_CONNECTED , &comp_info);
2175 comp_info.status = status;
2179 NFC_NOTIFY_ERROR , &comp_info);
2205 static phNfc_sCompletionInfo_t comp_info = {FALSE, 0 , NULL};
2250 comp_info.status = status;
2253 NFC_NOTIFY_TARGET_DISCONNECTED , &comp_info);
2258 comp_info.status = status;
2262 NFC_NOTIFY_ERROR , &comp_info);
2436 static phNfc_sCompletionInfo_t comp_info = {0};
2444 comp_info.status = test_status;
2455 comp_info.info = &test_result;
2458 NFC_NOTIFY_RESULT , &comp_info);
2463 comp_info.status = status;
2467 NFC_NOTIFY_ERROR , &comp_info);
2485 static phNfc_sCompletionInfo_t comp_info = {0};
2493 comp_info.status = io_status;
2499 NFC_IO_SUCCESS , &comp_info);
2506 NFC_IO_ERROR , &comp_info);