Searched defs:retval (Results 1 - 25 of 25) sorted by last modified time

/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_svc.c28 bool_t retval; local
52 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
53 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_svc.c28 bool_t retval; local
52 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
53 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_cb_svc.c56 bool_t retval; local
80 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
81 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
103 bool_t retval; local
127 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
128 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
150 bool_t retval; local
174 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
175 if (retval > 0 && !svc_sendreply(transp, (xdrproc_t) _xdr_result, (char *)&result)) {
197 bool_t retval; local
244 bool_t retval; local
291 bool_t retval; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c261 * @retval The biggest number
278 * @retval OMX_ErrorNone Success on Transition
330 * @retval OMX_ErrorNone Success, Event Gotten
452 * @retval None
479 * @retval None
512 * @retval error Return Value to OS
522 int retval,i =0; local
758 retval = pipe(IpBuf_Pipe);
759 if( retval != 0)
765 retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c465 OMX_S16 retval = 0, i = 0, j = 0,k = 0; local
558 retval = pipe(IpBuf_Pipe);
559 if( retval != 0) {
564 retval = pipe(OpBuf_Pipe);
565 if( retval != 0) {
569 retval = pipe(Event_Pipe);
570 if( retval != 0) {
687 retval = pipe( IpBuf_Pipe);
688 if( retval != 0) {
693 retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c422 int retval= 0, i= 0, j= 0, k= 0, kk= 0, tcID = 0; local
521 retval = pipe(IpBuf_Pipe);
522 if( retval != 0) {
527 retval = pipe(OpBuf_Pipe);
528 if( retval != 0) {
532 retval = pipe(Event_Pipe);
533 if( retval != 0) {
912 retval = pipe(IpBuf_Pipe);
913 if( retval != 0) {
917 retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c196 int retval = 0; local
274 retval = pipe(IpBuf_Pipe);
275 if( retval != 0) {
280 retval = pipe(OpBuf_Pipe);
281 if( retval != 0) {
286 retval = pipe(Event_Pipe);
287 if( retval != 0) {
1342 int retval = select(fdmax+1, rfds, NULL, NULL, tv); local
1343 if(retval == -1) {
1349 if(retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c322 int retval = 0, i = 0, j = 0; local
461 retval = pipe(IpBuf_Pipe);
462 if( retval != 0) {
466 retval = pipe(OpBuf_Pipe);
467 if( retval != 0) {
471 retval = pipe(Event_Pipe);
472 if( retval != 0) {
803 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
804 if(retval == -1) {
810 if(retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c370 int retval = 0, j = 0; local
545 retval = pipe(IpBuf_Pipe);
546 if( retval != 0) {
551 retval = pipe(OpBuf_Pipe);
552 if( retval != 0) {
941 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
942 if(retval == -1) {
948 if(retval == 0) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c471 int retval, i = 0, j = 0, k = 0, kk = 0, tcID = 0; local
616 retval = pipe(IpBuf_Pipe);
617 if( retval != 0) {
622 retval = pipe(OpBuf_Pipe);
623 if( retval != 0) {
628 retval = pipe(Event_Pipe);
629 if(retval != 0) {
1097 retval = 1;
1112 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1113 if(retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c400 OMX_S16 retval = 0, i = 0, j = 0,k = 0; local
517 retval = pipe(IpBuf_Pipe);
518 if( retval != 0) {
524 retval = pipe(OpBuf_Pipe);
525 if( retval != 0) {
635 retval = pipe( IpBuf_Pipe);
636 if( retval != 0) {
642 retval = pipe( OpBuf_Pipe);
643 if( retval != 0) {
978 retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c384 int retval = 0, i = 0, j = 0, k = 0, kk = 0; local
516 retval = pipe(IpBuf_Pipe);
517 if( retval != 0) {
521 retval = pipe(OpBuf_Pipe);
522 if( retval != 0) {
986 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
987 if(retval == -1) {
993 if(retval == 0) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c536 int retval, i, j, k, kk, tcID = 0; local
685 retval = pipe(IpBuf_Pipe);
686 if( retval != 0) {
691 retval = pipe(OpBuf_Pipe);
692 if( retval != 0) {
697 retval = pipe(Event_Pipe);
698 if( retval != 0) {
1281 retval = 1;
1299 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1300 if(retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c514 int retval, i, j,k; local
615 retval = pipe(IpBuf_Pipe);
616 if( retval != 0) {
621 retval = pipe(OpBuf_Pipe);
622 if( retval != 0) {
627 retval = pipe(Event_Pipe);
628 if( retval != 0) {
769 retval = pipe(IpBuf_Pipe);
770 if( retval != 0) {
775 retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c514 int retval, i, j, k, kk, tcID = 0; local
667 retval = pipe(IpBuf_Pipe);
669 if ( retval != 0) {
674 retval = pipe(OpBuf_Pipe);
676 if ( retval != 0) {
681 retval = pipe(Event_Pipe);
683 if ( retval != 0) {
1308 retval = 1;
1328 retval = select(fdmax + 1, &rfds, NULL, NULL, &tv);
1330 if (retval
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c492 int retval, i, j; local
587 retval = pipe(IpBuf_Pipe);
588 if( retval != 0) {
593 retval = pipe(OpBuf_Pipe);
594 if( retval != 0) {
598 retval = pipe(Event_Pipe);
599 if( retval != 0) {
718 retval = pipe(IpBuf_Pipe);
719 if( retval != 0) {
723 retval
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1062 int retval; local
1354 retval = pipe(IpBuf_Pipe);
1355 if ( retval != 0 ) {
1360 retval = pipe(OpBuf_Pipe);
1361 if ( retval != 0 ) {
1366 retval = pipe(Event_Pipe);
1367 if ( retval != 0 ) {
1848 retval = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
1849 if ( retval == -1 ) {
1856 else if ( retval
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp84 int16 retval = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
86 if (retval != 0)
88 return retval;
139 int16 retval; local
140 retval = iGetAVCConfigInfo(tp,
149 if (retval != 0)
151 return retval;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c457 int retval; local
831 retval = pipe(IpBuf_Pipe);
832 if(retval != 0){
837 retval = pipe(OvlyBuf_Pipe);
838 if(retval != 0){
843 retval = pipe(OpRGBBuf_Pipe);
844 if(retval != 0){
848 retval = pipe(OpYUVBuf_Pipe);
849 if(retval != 0){
854 retval
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c402 * @retval OMX_ErrorNone
433 * @retval OMX_ErrorNone
476 * @retval OMX_ErrorNone
514 * @retval OMX_ErrorNone
549 * @retval OMX_ErrorNone
590 * @retval OMX_ErrorNone
610 * @retval OMX_ErrorNone
630 * @retval OMX_ErrorNone
671 * @retval OMX_ErrorNone
796 * @retval OMX_ErrorNon
1166 int retval = 0; local
[all...]
/hardware/ti/wlan/mac80211/ti-utils/
H A Dmisc_cmds.c25 int fd, retval = 0; local
63 retval = -ENOBUFS;
72 return retval;
87 int fd, retval = 0;
106 retval = -ENOBUFS;
114 return retval;
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dstack_profile.c57 unsigned long retval = sp; local
60 return retval;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c394 int retval = 1; local
398 retval = 0;
400 return retval;
/hardware/qcom/bt/libbt-vendor/src/
H A Dbt_vendor_qcom.c92 int retval = 0; local
103 retval = hw_config(nState);
105 && retval == 0
107 retval = 0;
110 retval = -1;
146 retval = -1;
149 retval = 2;
172 return retval;
/hardware/qcom/camera/
H A DQualcommCameraHardware.cpp7970 bool retval = false; local
7995 retval = true;
7998 return retval;

Completed in 425 milliseconds