Searched defs:comp_info (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nxp/src/
H A DphLlcNfc_Interface.c971 phNfc_sTransactionInfo_t comp_info = {0,0,0,0,0}; local
979 comp_info.status = NFCSTATUS_SUCCESS;
982 comp_info.length = (ps_recv_pkt->llcbuf_len -
985 comp_info.length = (uint16_t)psLlcCtxt->recvbuf_length;
988 if (0 != comp_info.length)
993 comp_info.length);
995 comp_info.buffer = psLlcCtxt->precv_buf;
999 comp_info.buffer = NULL;
1004 comp_info.status = PHNFCSTVAL(CID_NFC_LLC,
1006 comp_info
[all...]
H A DphHciNfc_Generic.c275 phNfc_sCompletionInfo_t comp_info = {0,0,0}; local
293 comp_info.status = PHNFCSTVAL(CID_NFC_HCI,
305 pHwRef, (uint8_t) NFC_NOTIFY_DEVICE_ERROR, &comp_info );
H A DphHciNfc_Sequence.c663 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
669 comp_info.status = error_status ;
671 NFC_NOTIFY_INIT_FAILED, &comp_info);
677 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
679 comp_info.status = error_status ;
688 NFC_NOTIFY_CONFIG_ERROR, &comp_info);
694 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
701 comp_info.status = error_status ;
705 NFC_NOTIFY_ERROR, &comp_info);
724 phNfc_sCompletionInfo_t comp_info local
740 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
783 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
800 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
816 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
833 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
862 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
883 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
949 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
1006 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
1339 phNfc_sCompletionInfo_t comp_info={FALSE,0, NULL}; local
1351 phNfc_sCompletionInfo_t comp_info; local
1480 phNfc_sCompletionInfo_t comp_info; local
1514 phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL}; local
1798 phNfc_sCompletionInfo_t comp_info; local
1843 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL}; local
1990 phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL}; local
2096 static phNfc_sCompletionInfo_t comp_info = {FALSE,0,NULL}; local
2208 static phNfc_sCompletionInfo_t comp_info = {FALSE, 0 , NULL}; local
2439 static phNfc_sCompletionInfo_t comp_info = {0}; local
2488 static phNfc_sCompletionInfo_t comp_info = {0}; local
[all...]
H A DphDnldNfc.c2380 phNfc_sCompletionInfo_t comp_info = {0,0,0}; local
2569 comp_info.status = status;
2580 ((NFCSTATUS_SUCCESS == comp_info.status )? NFC_IO_SUCCESS: NFC_IO_ERROR),
2581 &comp_info );
2656 phNfc_sCompletionInfo_t comp_info = {0,0,0}; local
3000 comp_info.status = status;
3011 (uint8_t) NFC_IO_ERROR, &comp_info );
3022 comp_info.status = NFCSTATUS_SUCCESS;
3033 (uint8_t) NFC_IO_SUCCESS, &comp_info );
3043 comp_info
3661 phNfc_sCompletionInfo_t comp_info = {0,0,0}; local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpeglib.h128 int component_index; /* its index in SOF or cinfo->comp_info[] */
198 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
345 jpeg_component_info * comp_info; member in struct:jpeg_compress_struct
346 /* comp_info[i] describes component that appears i'th in SOF */
600 jpeg_component_info * comp_info; member in struct:jpeg_decompress_struct
601 /* comp_info[i] describes component that appears i'th in SOF */
/external/jpeg/
H A Djpeglib.h121 int component_index; /* its index in SOF or cinfo->comp_info[] */
186 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
303 jpeg_component_info * comp_info; member in struct:jpeg_compress_struct
304 /* comp_info[i] describes component that appears i'th in SOF */
542 jpeg_component_info * comp_info; member in struct:jpeg_decompress_struct
543 /* comp_info[i] describes component that appears i'th in SOF */
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h121 int component_index; /* its index in SOF or cinfo->comp_info[] */
186 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
303 jpeg_component_info * comp_info; member in struct:jpeg_compress_struct
304 /* comp_info[i] describes component that appears i'th in SOF */
542 jpeg_component_info * comp_info; member in struct:jpeg_decompress_struct
543 /* comp_info[i] describes component that appears i'th in SOF */
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h188 int component_index; /* its index in SOF or cinfo->comp_info[] */
253 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
366 jpeg_component_info * comp_info; member in struct:jpeg_compress_struct
367 /* comp_info[i] describes component that appears i'th in SOF */
602 jpeg_component_info * comp_info; member in struct:jpeg_decompress_struct
603 /* comp_info[i] describes component that appears i'th in SOF */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpeglib.h188 int component_index; /* its index in SOF or cinfo->comp_info[] */
253 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
366 jpeg_component_info * comp_info; member in struct:jpeg_compress_struct
367 /* comp_info[i] describes component that appears i'th in SOF */
602 jpeg_component_info * comp_info; member in struct:jpeg_decompress_struct
603 /* comp_info[i] describes component that appears i'th in SOF */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4418 milliseconds