Home
last modified time | relevance | path

Searched refs:LOC_LOGE (Results 1 – 25 of 40) sorted by relevance

12

/hardware/qcom/gps/utils/
Dmsg_q.c96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_init()
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__); in msg_q_init()
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__); in msg_q_init()
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__); in msg_q_init()
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__); in msg_q_init()
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_destroy()
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_snd()
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__); in msg_q_snd()
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); in msg_q_snd()
233 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_rcv()
[all …]
Dlinked_list.c62 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_init()
70 LOC_LOGE("%s: Unable to allocate space for list!\n", __FUNCTION__); in linked_list_init()
91 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_destroy()
115 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_add()
121 LOC_LOGE("%s: Invalid input parameter!\n", __FUNCTION__); in linked_list_add()
129 LOC_LOGE("%s: Memory allocation failed\n", __FUNCTION__); in linked_list_add()
167 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_remove()
173 LOC_LOGE("%s: Invalid input parameter!\n", __FUNCTION__); in linked_list_remove()
215 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_empty()
234 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_flush()
[all …]
Dloc_timer.c99 LOC_LOGE("%s:%d]: Call to pthread timedwait failed; ret=%d\n", in timer_thread()
123 LOC_LOGE("%s:%d]: Error: Wrong parameters\n", __func__, __LINE__); in loc_timer_start()
128 LOC_LOGE("%s:%d]: Could not allocate memory. Failing.\n", in loc_timer_start()
134 LOC_LOGE("%s:%d]: Pthread cond init failed\n", __func__, __LINE__); in loc_timer_start()
138 LOC_LOGE("%s:%d]: Pthread mutex init failed\n", __func__, __LINE__); in loc_timer_start()
148 LOC_LOGE("%s:%d]: Pthread mutex init failed\n", __func__, __LINE__); in loc_timer_start()
154 LOC_LOGE("%s:%d]: Could not create thread\n", __func__, __LINE__); in loc_timer_start()
Dloc_misc_utils.cpp47 LOC_LOGE("%s:%d]: NULL parameters", __func__, __LINE__); in loc_util_split_string()
84 LOC_LOGE("%s:%d]: NULL parameter", __func__, __LINE__); in loc_util_trim_space()
Dloc_target.cpp76 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line()
156 LOC_LOGE("%s:%d]: NULL parameter or array length less than PROPERTY_VALUE_MAX\n", in loc_get_target_baseband()
170 LOC_LOGE("%s:%d]: Null parameter or array length less than PROPERTY_VALUE_MAX\n", in loc_get_platform_name()
Dloc_cfg.cpp100 LOC_LOGE("%s: INVALID config entry or parameter", __FUNCTION__); in loc_set_config_entry()
154 LOC_LOGE("%s: PARAM %s parameter type must be n, f, or s", in loc_set_config_entry()
267 LOC_LOGE("%s:%d]: ERROR: File pointer is NULL\n", __func__, __LINE__); in loc_read_conf_r()
/hardware/qcom/gps/msm8960/utils/
Dmsg_q.c96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_init()
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__); in msg_q_init()
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__); in msg_q_init()
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__); in msg_q_init()
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__); in msg_q_init()
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_destroy()
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_snd()
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__); in msg_q_snd()
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__); in msg_q_snd()
233 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__); in msg_q_rcv()
[all …]
Dlinked_list.c62 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_init()
70 LOC_LOGE("%s: Unable to allocate space for list!\n", __FUNCTION__); in linked_list_init()
91 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_destroy()
115 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_add()
121 LOC_LOGE("%s: Invalid input parameter!\n", __FUNCTION__); in linked_list_add()
129 LOC_LOGE("%s: Memory allocation failed\n", __FUNCTION__); in linked_list_add()
167 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_remove()
173 LOC_LOGE("%s: Invalid input parameter!\n", __FUNCTION__); in linked_list_remove()
215 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_empty()
234 LOC_LOGE("%s: Invalid list parameter!\n", __FUNCTION__); in linked_list_flush()
[all …]
Dloc_timer.c63 LOC_LOGE("%s:%d]: Pthread cond init failed\n", __func__, __LINE__); in timer_thread()
68 LOC_LOGE("%s:%d]: Pthread mutex init failed\n", __func__, __LINE__); in timer_thread()
94 LOC_LOGE("%s:%d]: Call to pthread timedwait failed; ret=%d\n", in timer_thread()
124 LOC_LOGE("%s:%d]: Error: Wrong parameters\n", __func__, __LINE__); in loc_timer_start()
130 LOC_LOGE("%s:%d]: Could not allocate memory. Failing.\n", in loc_timer_start()
143 LOC_LOGE("%s:%d]: Could not create thread\n", __func__, __LINE__); in loc_timer_start()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn.cpp66LOC_LOGE("failed to change mode for %s, error = %s\n", global_loc_api_q_path, strerror(errno)); in loc_api_server_proc_init()
75 LOC_LOGE("chown for pipe failed, pipe %s, gid = %d, result = %d, error = %s\n", in loc_api_server_proc_init()
81 LOC_LOGE("getgrnam for gps failed, error code = %d\n", errno); in loc_api_server_proc_init()
90LOC_LOGE("failed to change mode for %s, error = %s\n", global_loc_api_resp_q_path, strerror(errno)… in loc_api_server_proc_init()
98 LOC_LOGE("chown for pipe failed, pipe %s, gid = %d, result = %d, error = %s\n", in loc_api_server_proc_init()
129 LOC_LOGE("%s:%d] Out of memory\n", __func__, __LINE__); in loc_api_server_proc()
138 LOC_LOGE("%s:%d] fail receiving msg from gpsone_daemon, retry later\n", __func__, __LINE__); in loc_api_server_proc()
158 LOC_LOGE("%s:%d] unsupported ctrl_type = %d\n", in loc_api_server_proc()
207 LOC_LOGE("%s:%d]\n", __func__, __LINE__); in loc_eng_dmn_conn_loc_api_server_launch()
Dloc_eng_nmea.cpp162 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
177 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
234 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
254 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
282 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
331 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
349 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
366 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
377 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
407 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
[all …]
Dloc_eng_dmn_conn_glue_pipe.c70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__, in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
Dloc_eng_dmn_conn_glue_msg.c119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz); in loc_eng_dmn_conn_glue_msgsnd()
153 LOC_LOGE("%s:%d] pipe broken %d\n", __func__, __LINE__, result); in loc_eng_dmn_conn_glue_msgrcv()
158LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->m… in loc_eng_dmn_conn_glue_msgrcv()
164LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) pmsg->msgsz); in loc_eng_dmn_conn_glue_msgrcv()
Dloc_eng_dmn_conn_thread_helper.c231 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
242 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
252 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
262 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
329 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper); in loc_eng_dmn_conn_launch_thelper()
391 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper); in loc_eng_dmn_conn_join_thelper()
Dloc_eng_agps.cpp262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami()); in onRsrcEvent()
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
490 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
572 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
822 LOC_LOGE(" NULL argument received. Failing.\n"); in delay_callback()
847 LOC_LOGE("DSStateMachine :: retryCallback: No subscriber found." \ in retryCallback()
881 LOC_LOGE(" Failed to start Data call. Fallback to normal ATL SUPL\n"); in sendRsrcRequest()
886 LOC_LOGE("Error: Could not start delay thread\n"); in sendRsrcRequest()
893 LOC_LOGE("No profile found for emergency call. Fallback to normal SUPL ATL\n"); in sendRsrcRequest()
902 LOC_LOGE("Error: Something went wrong somewhere. Falling back to normal SUPL ATL\n"); in sendRsrcRequest()
[all …]
Dloc.cpp200 LOC_LOGE("GSS open failed: %s\n", strerror(errno)); in get_gps_interface()
209 LOC_LOGE("No GPS HW on this target (MPQ8064). Not returning interface"); in get_gps_interface()
239 LOC_LOGE("loc_init failed. cb = NULL\n"); in loc_init()
529 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error); in get_geofence_interface()
536 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error); in get_geofence_interface()
609 LOC_LOGE ("get_extension: Invalid interface passed in\n"); in loc_get_extension()
Dloc_eng_ni.cpp166 LOC_LOGE("Loc NI thread is not created.\n"); in loc_eng_ni_request_handler()
171 LOC_LOGE("Loc NI thread is not detached.\n"); in loc_eng_ni_request_handler()
350LOC_LOGE("loc_eng_ni_respond: reqID %d and notif_id %d mismatch or rawRequest %p, response: %d", in loc_eng_ni_respond()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn.cpp66LOC_LOGE("failed to change mode for %s, error = %s\n", global_loc_api_q_path, strerror(errno)); in loc_api_server_proc_init()
75 LOC_LOGE("chown for pipe failed, pipe %s, gid = %d, result = %d, error = %s\n", in loc_api_server_proc_init()
81 LOC_LOGE("getgrnam for gps failed, error code = %d\n", errno); in loc_api_server_proc_init()
90LOC_LOGE("failed to change mode for %s, error = %s\n", global_loc_api_resp_q_path, strerror(errno)… in loc_api_server_proc_init()
98 LOC_LOGE("chown for pipe failed, pipe %s, gid = %d, result = %d, error = %s\n", in loc_api_server_proc_init()
129 LOC_LOGE("%s:%d] Out of memory\n", __func__, __LINE__); in loc_api_server_proc()
138 LOC_LOGE("%s:%d] fail receiving msg from gpsone_daemon, retry later\n", __func__, __LINE__); in loc_api_server_proc()
158 LOC_LOGE("%s:%d] unsupported ctrl_type = %d\n", in loc_api_server_proc()
207 LOC_LOGE("%s:%d]\n", __func__, __LINE__); in loc_eng_dmn_conn_loc_api_server_launch()
Dloc_eng_nmea.cpp166 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
181 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
238 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
258 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
286 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
335 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
353 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
370 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
381 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
411 LOC_LOGE("NMEA Error in string formatting"); in loc_eng_nmea_generate_pos()
[all …]
Dloc_eng_dmn_conn_glue_pipe.c70 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__, in loc_eng_dmn_conn_glue_pipeget()
85 LOC_LOGE("failed: %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeget()
210 LOC_LOGE("fcntl failure, %s\n", strerror(errno)); in loc_eng_dmn_conn_glue_pipeunblock()
Dloc_eng_dmn_conn_glue_msg.c119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz); in loc_eng_dmn_conn_glue_msgsnd()
153 LOC_LOGE("%s:%d] pipe broken %d\n", __func__, __LINE__, result); in loc_eng_dmn_conn_glue_msgrcv()
158LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->m… in loc_eng_dmn_conn_glue_msgrcv()
164LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) pmsg->msgsz); in loc_eng_dmn_conn_glue_msgrcv()
Dloc_eng_dmn_conn_thread_helper.c231 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
242 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
252 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
262 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper); in thelper_main()
329 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper); in loc_eng_dmn_conn_launch_thelper()
391 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper); in loc_eng_dmn_conn_join_thelper()
Dloc.cpp231 LOC_LOGE("GSS open failed: %s\n", strerror(errno)); in get_gps_interface()
240 LOC_LOGE("No GPS HW on this target. Not returning interface."); in get_gps_interface()
276 LOC_LOGE("loc_init failed. cb = NULL\n"); in loc_init()
313 LOC_LOGE("loc_eng_init() fail!"); in loc_init()
332 LOC_LOGE("%s: could not find %s: %s", __func__, name, error); in loc_init()
341 LOC_LOGE("%s: could not find symbol %s in %s: %s", in loc_init()
348 LOC_LOGE("%s: %s failed: %s\n", __func__, func, strerror(errno)); in loc_init()
651 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error); in get_geofence_interface()
658 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error); in get_geofence_interface()
727 LOC_LOGE ("get_extension: Invalid interface passed in\n"); in loc_get_extension()
[all …]
Dloc_eng_agps.cpp262 LOC_LOGE("Error: %s subscriber list not empty!!!", whoami()); in onRsrcEvent()
396 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
490 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
572 LOC_LOGE("%s: unrecognized event %d", whoami(), event); in onRsrcEvent()
823 LOC_LOGE(" NULL argument received. Failing.\n"); in delay_callback()
848 LOC_LOGE("DSStateMachine :: retryCallback: No subscriber found." \ in retryCallback()
882 LOC_LOGE(" Failed to start Data call. Fallback to normal ATL SUPL\n"); in sendRsrcRequest()
887 LOC_LOGE("Error: Could not start delay thread\n"); in sendRsrcRequest()
894 LOC_LOGE("No profile found for emergency call. Fallback to normal SUPL ATL\n"); in sendRsrcRequest()
903 LOC_LOGE("Error: Something went wrong somewhere. Falling back to normal SUPL ATL\n"); in sendRsrcRequest()
[all …]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
124 LOC_LOGE("Warning: No callback handler %d.\n", index); in rpc_loc_event_cb_f_type_svc()
290 LOC_LOGE("Error: cannot create RPC client.\n"); in loc_api_glue_init()
304 LOC_LOGE("Loc API callback initialization failed.\n"); in loc_api_glue_init()
349 LOC_LOGE("Too many clients opened at once...\n"); in loc_open()

12