Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp165 const GpsInterface* ret_val; in gps_get_hardware_interface() local
176 ret_val = NULL; in gps_get_hardware_interface()
178 ret_val = &sLocEngInterface; in gps_get_hardware_interface()
183 EXIT_LOG(%p, ret_val); in gps_get_hardware_interface()
184 return ret_val; in gps_get_hardware_interface()
330 int ret_val = loc_eng_start(loc_afw_data); in loc_start() local
332 EXIT_LOG(%d, ret_val); in loc_start()
333 return ret_val; in loc_start()
355 int ret_val = -1; in loc_stop() local
356 ret_val = loc_eng_stop(loc_afw_data); in loc_stop()
[all …]
Dloc_eng_xtra.cpp104 int ret_val = -1; in loc_eng_xtra_init() local
114 ret_val = 0; in loc_eng_xtra_init()
116 return ret_val; in loc_eng_xtra_init()
Dloc_eng.cpp1409 int ret_val = 0; in loc_eng_init() local
1414 ret_val = -1; in loc_eng_init()
1415 EXIT_LOG(%d, ret_val); in loc_eng_init()
1416 return ret_val; in loc_eng_init()
1473 EXIT_LOG(%d, ret_val); in loc_eng_init()
1474 return ret_val; in loc_eng_init()
1480 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; in loc_eng_reinit() local
1482 if (LOC_API_ADAPTER_ERR_SUCCESS == ret_val) { in loc_eng_reinit()
1526 EXIT_LOG(%d, ret_val); in loc_eng_reinit()
1527 return ret_val; in loc_eng_reinit()
[all …]
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp192 const GpsInterface* ret_val; in gps_get_hardware_interface() local
203 ret_val = NULL; in gps_get_hardware_interface()
205 ret_val = &sLocEngInterface; in gps_get_hardware_interface()
210 EXIT_LOG(%p, ret_val); in gps_get_hardware_interface()
211 return ret_val; in gps_get_hardware_interface()
445 int ret_val = loc_eng_start(loc_afw_data); in loc_start() local
447 EXIT_LOG(%d, ret_val); in loc_start()
448 return ret_val; in loc_start()
470 int ret_val = -1; in loc_stop() local
471 ret_val = loc_eng_stop(loc_afw_data); in loc_stop()
[all …]
Dloc_eng.cpp1570 int ret_val = 0; in loc_eng_init() local
1575 ret_val = -1; in loc_eng_init()
1576 EXIT_LOG(%d, ret_val); in loc_eng_init()
1577 return ret_val; in loc_eng_init()
1627 EXIT_LOG(%d, ret_val); in loc_eng_init()
1628 return ret_val; in loc_eng_init()
1634 int ret_val = LOC_API_ADAPTER_ERR_SUCCESS; in loc_eng_reinit() local
1636 if (LOC_API_ADAPTER_ERR_SUCCESS == ret_val) { in loc_eng_reinit()
1681 EXIT_LOG(%d, ret_val); in loc_eng_reinit()
1682 return ret_val; in loc_eng_reinit()
[all …]
Dloc_eng_xtra.cpp104 int ret_val = -1; in loc_eng_xtra_init() local
114 ret_val = 0; in loc_eng_xtra_init()
116 return ret_val; in loc_eng_xtra_init()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c323 rpc_loc_client_handle_type ret_val; in loc_open() local
370 ret_val = (rpc_loc_client_handle_type) rets.loc_open_result; in loc_open()
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num ); in loc_open()
380 return ret_val; in loc_open()
392 int32 ret_val; in loc_close() local
406 ret_val = (int32) rets.loc_close_result; in loc_close()
408 return ret_val; in loc_close()
441 int32 ret_val; in loc_start_fix() local
453 ret_val = (int32) rets.loc_start_fix_result; in loc_start_fix()
455 return ret_val; in loc_start_fix()
[all …]
DLocApiRpc.cpp83 int32 ret_val = ((LocApiRpc*)user)->locEventCB(client_handle, loc_event, loc_event_payload); in loc_event_cb() local
84 EXIT_LOG(%d, ret_val); in loc_event_cb()
85 return ret_val; in loc_event_cb()
297 enum loc_api_adapter_err ret_val = LOC_API_ADAPTER_ERR_SUCCESS; in open() local
321 ret_val = LOC_API_ADAPTER_ERR_INVALID_HANDLE; in open()
325 return ret_val; in open()
366 int ret_val; in setPositionMode() local
426 ret_val = loc_eng_ioctl (client_handle, in setPositionMode()
432 return convertErr(ret_val); in setPositionMode()
441 int ret_val; in setTime() local
[all …]
Dloc_api_sync_call.c446 int ret_val = RPC_LOC_API_SUCCESS; /* the return value of this function: 0 = no error */ in loc_api_wait_callback() local
464 ret_val = RPC_LOC_API_TIMEOUT; /* Timed out */ in loc_api_wait_callback()
469 ret_val = RPC_LOC_API_SUCCESS; /* Successful */ in loc_api_wait_callback()
473 return ret_val; in loc_api_wait_callback()
/hardware/intel/common/libva/test/vainfo/
Dvainfo.c35 ret_val = ret; \
96 int ret_val = 0; in main() local
125 ret_val = 5; in main()
153 return ret_val; in main()
/hardware/broadcom/libbt/src/
Dhardware.c1388 int ret_val = 0; in hw_set_SCO_codec() local
1438 ret_val = -1; in hw_set_SCO_codec()
1443 ret_val = -1; in hw_set_SCO_codec()
1446 return ret_val; in hw_set_SCO_codec()
1462 int ret_val = -1; in hw_set_audio_state() local
1465 return ret_val; in hw_set_audio_state()
1467 ret_val = hw_set_SCO_codec(p_state->peer_codec); in hw_set_audio_state()
1468 return ret_val; in hw_set_audio_state()
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
Dextra_data_handler.cpp428 OMX_U32 i, ret_val = 0; in create_sei() local
447 ret_val = create_rbsp(buffer, NAL_TYPE_SEI); in create_sei()
453 return ret_val; in create_sei()
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
Dextra_data_handler.cpp500 OMX_U32 i, ret_val = 0; in create_sei() local
520 ret_val = create_rbsp(buffer, NAL_TYPE_SEI); in create_sei()
526 return ret_val; in create_sei()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c282 int ret_val = 0; in get_delta_q() local
286 ret_val = vp8_read_literal(bc, 4); in get_delta_q()
289 ret_val = -ret_val; in get_delta_q()
293 if (ret_val != prev) in get_delta_q()
296 return ret_val; in get_delta_q()