Searched refs:ret_val (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp165 const GpsInterface* ret_val; local
176 ret_val = NULL;
178 ret_val = &sLocEngInterface;
183 EXIT_LOG(%p, ret_val);
184 return ret_val;
330 int ret_val = loc_eng_start(loc_afw_data); local
332 EXIT_LOG(%d, ret_val);
333 return ret_val;
355 int ret_val = -1; local
356 ret_val
385 int ret_val = -1; local
426 int ret_val = 0; local
475 int ret_val = 0; local
565 const void* ret_val = NULL; local
660 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
687 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
714 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
752 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
778 int ret_val = loc_eng_xtra_init(loc_afw_data, (GpsXtraExtCallbacks*)callbacks); local
804 int ret_val = loc_eng_xtra_inject_data(loc_afw_data, data, length); local
[all...]
H A Dloc_eng_xtra.cpp104 int ret_val = -1; local
114 ret_val = 0;
116 return ret_val;
H A Dloc_eng.cpp1409 int ret_val = 0; local
1414 ret_val = -1;
1415 EXIT_LOG(%d, ret_val);
1416 return ret_val;
1473 EXIT_LOG(%d, ret_val);
1474 return ret_val;
1480 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
1482 if (LOC_API_ADAPTER_ERR_SUCCESS == ret_val) {
1526 EXIT_LOG(%d, ret_val);
1527 return ret_val;
1619 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
1669 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
2153 boolean ret_val = TRUE; local
2250 int ret_val = 0; local
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp192 const GpsInterface* ret_val; local
203 ret_val = NULL;
205 ret_val = &sLocEngInterface;
210 EXIT_LOG(%p, ret_val);
211 return ret_val;
445 int ret_val = loc_eng_start(loc_afw_data); local
447 EXIT_LOG(%d, ret_val);
448 return ret_val;
470 int ret_val = -1; local
471 ret_val
500 int ret_val = -1; local
541 int ret_val = 0; local
578 int ret_val = 0; local
687 const void* ret_val = NULL; local
782 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
826 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
853 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
880 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
918 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
944 int ret_val = loc_eng_xtra_init(loc_afw_data, (GpsXtraExtCallbacks*)callbacks); local
970 int ret_val = loc_eng_xtra_inject_data(loc_afw_data, data, length); local
1057 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1066 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
[all...]
H A Dloc_eng_xtra.cpp104 int ret_val = -1; local
114 ret_val = 0;
116 return ret_val;
H A Dloc_eng.cpp1570 int ret_val = 0; local
1575 ret_val = -1;
1576 EXIT_LOG(%d, ret_val);
1577 return ret_val;
1627 EXIT_LOG(%d, ret_val);
1628 return ret_val;
1634 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
1636 if (LOC_API_ADAPTER_ERR_SUCCESS == ret_val) {
1681 EXIT_LOG(%d, ret_val);
1682 return ret_val;
1774 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
1824 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
2035 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
2340 boolean ret_val = TRUE; local
2444 int ret_val = 0; local
2520 int ret_val = AGPS_CERTIFICATE_OPERATION_SUCCESS; local
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c323 rpc_loc_client_handle_type ret_val; local
370 ret_val = (rpc_loc_client_handle_type) rets.loc_open_result;
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
380 return ret_val;
392 int32 ret_val; local
406 ret_val = (int32) rets.loc_close_result;
408 return ret_val;
441 int32 ret_val; local
453 ret_val = (int32) rets.loc_start_fix_result;
455 return ret_val;
466 int32 ret_val; local
493 int32 ret_val; local
626 int ret_val = RPC_LOC_API_SUCCESS; local
[all...]
H A DLocApiRpc.cpp83 int32 ret_val = ((LocApiRpc*)user)->locEventCB(client_handle, loc_event, loc_event_payload); local
84 EXIT_LOG(%d, ret_val);
85 return ret_val;
297 enum loc_api_adapter_err ret_val = LOC_API_ADAPTER_ERR_SUCCESS; local
321 ret_val = LOC_API_ADAPTER_ERR_INVALID_HANDLE;
325 return ret_val;
366 int ret_val; local
426 ret_val = loc_eng_ioctl (client_handle,
432 return convertErr(ret_val);
441 int ret_val; local
468 int ret_val; local
1420 boolean ret_val; local
1443 boolean ret_val; local
[all...]
H A Dloc_api_sync_call.c446 int ret_val = RPC_LOC_API_SUCCESS; /* the return value of this function: 0 = no error */ local
464 ret_val = RPC_LOC_API_TIMEOUT; /* Timed out */
469 ret_val = RPC_LOC_API_SUCCESS; /* Successful */
473 return ret_val;
/hardware/intel/common/libva/test/vainfo/
H A Dvainfo.c35 ret_val = ret; \
96 int ret_val = 0; local
125 ret_val = 5;
153 return ret_val;
/hardware/broadcom/libbt/src/
H A Dhardware.c1388 int ret_val = 0; local
1438 ret_val = -1;
1443 ret_val = -1;
1446 return ret_val;
1462 int ret_val = -1; local
1465 return ret_val;
1467 ret_val = hw_set_SCO_codec(p_state->peer_codec);
1468 return ret_val;
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp428 OMX_U32 i, ret_val = 0; local
447 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
453 return ret_val;
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp500 OMX_U32 i, ret_val = 0; local
520 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
526 return ret_val;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c282 int ret_val = 0; local
286 ret_val = vp8_read_literal(bc, 4);
289 ret_val = -ret_val;
293 if (ret_val != prev)
296 return ret_val;

Completed in 461 milliseconds