HomeSort by relevance Sort by last modified time
    Searched defs:ret_val (Results 76 - 100 of 142) sorted by null

1 2 34 5 6

  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 323 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...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_rpc_glue.c 322 rpc_loc_client_handle_type ret_val; local
369 ret_val = (rpc_loc_client_handle_type) rets.loc_open_result;
372 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
379 return ret_val;
391 int32 ret_val; local
405 ret_val = (int32) rets.loc_close_result;
407 return ret_val;
440 int32 ret_val; local
452 ret_val = (int32) rets.loc_start_fix_result;
454 return ret_val;
465 int32 ret_val; local
492 int32 ret_val; local
625 int ret_val = RPC_LOC_API_SUCCESS; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 428 OMX_U32 i, ret_val = 0; local
447 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
453 return ret_val;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 502 OMX_U32 i, ret_val = 0; local
522 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
528 return ret_val;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 502 OMX_U32 i, ret_val = 0; local
522 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
528 return ret_val;
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 502 OMX_U32 i, ret_val = 0; local
522 ret_val = create_rbsp(buffer, NAL_TYPE_SEI);
528 return ret_val;
  /external/opencv3/3rdparty/libtiff/
tif_dir.c 809 int ret_val = 1; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 827 int ret_val = 1; local
1037 ret_val = 0;
1044 ret_val = 0;
1057 ret_val = 1;
1066 ret_val = 1;
1074 ret_val = 1;
1083 ret_val = 1;
1088 ret_val = 1;
1093 ret_val = 1;
1098 ret_val = 1
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 854 int ret_val = Release(); local
855 if (ret_val < 0) {
856 return ret_val;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); local
453 if (ret_val < 0) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine_c2d.cpp 466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); local
468 if (ret_val < 0) {
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 198 const GpsInterface* ret_val; local
209 ret_val = NULL;
211 ret_val = &sLocEngInterface;
216 EXIT_LOG(%p, ret_val);
217 return ret_val;
383 int ret_val = loc_eng_start(loc_afw_data); local
385 EXIT_LOG(%d, ret_val);
386 return ret_val;
408 int ret_val = -1; local
409 ret_val = loc_eng_stop(loc_afw_data)
438 int ret_val = -1; local
479 int ret_val = 0; local
509 int ret_val = 0; local
597 const void* ret_val = NULL; local
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
790 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
828 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
857 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks); local
883 int ret_val = -1; local
912 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1024 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1033 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 201 const GpsInterface* ret_val; local
212 ret_val = NULL;
214 ret_val = &sLocEngInterface;
219 EXIT_LOG(%p, ret_val);
220 return ret_val;
454 int ret_val = loc_eng_start(loc_afw_data); local
456 EXIT_LOG(%d, ret_val);
457 return ret_val;
479 int ret_val = -1; local
480 ret_val = loc_eng_stop(loc_afw_data)
509 int ret_val = -1; local
550 int ret_val = 0; local
587 int ret_val = 0; local
696 const void* ret_val = NULL; local
795 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
839 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
866 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
893 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
931 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
957 int ret_val = loc_eng_xtra_init(loc_afw_data, (GpsXtraExtCallbacks*)callbacks); local
983 int ret_val = -1; local
1012 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1124 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1133 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 198 const GpsInterface* ret_val; local
209 ret_val = NULL;
211 ret_val = &sLocEngInterface;
216 EXIT_LOG(%p, ret_val);
217 return ret_val;
384 int ret_val = loc_eng_start(loc_afw_data); local
386 EXIT_LOG(%d, ret_val);
387 return ret_val;
409 int ret_val = -1; local
410 ret_val = loc_eng_stop(loc_afw_data)
439 int ret_val = -1; local
480 int ret_val = 0; local
510 int ret_val = 0; local
598 const void* ret_val = NULL; local
693 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
737 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
764 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
791 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
829 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
858 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks); local
884 int ret_val = -1; local
913 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1025 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1034 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 198 const GpsInterface* ret_val; local
209 ret_val = NULL;
211 ret_val = &sLocEngInterface;
216 EXIT_LOG(%p, ret_val);
217 return ret_val;
383 int ret_val = loc_eng_start(loc_afw_data); local
385 EXIT_LOG(%d, ret_val);
386 return ret_val;
408 int ret_val = -1; local
409 ret_val = loc_eng_stop(loc_afw_data)
438 int ret_val = -1; local
479 int ret_val = 0; local
509 int ret_val = 0; local
597 const void* ret_val = NULL; local
692 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
736 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
763 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
790 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
828 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
857 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks); local
883 int ret_val = -1; local
912 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1024 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1033 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp 198 const GpsInterface* ret_val; local
209 ret_val = NULL;
211 ret_val = &sLocEngInterface;
216 EXIT_LOG(%p, ret_val);
217 return ret_val;
386 int ret_val = loc_eng_start(loc_afw_data); local
388 EXIT_LOG(%d, ret_val);
389 return ret_val;
411 int ret_val = -1; local
412 ret_val = loc_eng_stop(loc_afw_data)
441 int ret_val = -1; local
482 int ret_val = 0; local
512 int ret_val = 0; local
603 const void* ret_val = NULL; local
698 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
742 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
769 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
796 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
834 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
863 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks); local
889 int ret_val = -1; local
918 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1030 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1039 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc.cpp 205 const GpsInterface* ret_val; local
217 ret_val = NULL;
219 ret_val = &sLocEngInterface;
224 EXIT_LOG(%p, ret_val);
225 return ret_val;
408 int ret_val = loc_eng_start(loc_afw_data); local
410 EXIT_LOG(%d, ret_val);
411 return ret_val;
433 int ret_val = -1; local
434 ret_val = loc_eng_stop(loc_afw_data)
463 int ret_val = -1; local
508 int ret_val = 0; local
538 int ret_val = 0; local
633 const void* ret_val = NULL; local
728 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
772 int ret_val = loc_eng_agps_open(loc_afw_data, agpsType, apn, bearerType); local
799 int ret_val = loc_eng_agps_closed(loc_afw_data, agpsType); local
826 int ret_val = loc_eng_agps_open_failed(loc_afw_data, agpsType); local
864 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port); local
893 int ret_val = loc_eng_xtra_init(loc_afw_data, &extCallbacks); local
919 int ret_val = -1; local
948 int ret_val = loc_eng_gps_measurement_init(loc_afw_data, local
1061 int ret_val = loc_eng_agps_install_certificates(loc_afw_data, certificates, length); local
1070 int ret_val = AGPS_CERTIFICATE_ERROR_GENERIC; local
    [all...]
  /external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c 1398 int8_t ret_val = 0x00; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 286 int ret_val = 0; local
290 ret_val = vp8_read_literal(bc, 4);
293 ret_val = -ret_val;
297 if (ret_val != prev)
300 return ret_val;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 181 int ret_val = WEBRTC_VIDEO_CODEC_OK;
191 ret_val = WEBRTC_VIDEO_CODEC_MEMORY;
207 return ret_val;
1083 int ret_val = Release(); local
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
lib_aci.cxx 313 bool ret_val; local
318 ret_val = hal_aci_tl_send(&msg_to_send);
320 if (ret_val)
332 return ret_val;
385 bool ret_val = false; local
404 ret_val = hal_aci_tl_send(&msg_to_send);
406 return ret_val;
412 bool ret_val = false; local
430 ret_val = hal_aci_tl_send(&msg_to_send);
433 return ret_val;
458 bool ret_val = false; local
485 bool ret_val = false; local
618 bool ret_val = false; local
630 bool ret_val = false; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 282 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;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 83 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...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 83 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...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 83 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
1424 boolean ret_val; local
1447 boolean ret_val; local
    [all...]

Completed in 1035 milliseconds

1 2 34 5 6