Home
last modified time | relevance | path

Searched refs:loc_eng_data (Results 1 – 25 of 29) sorted by relevance

12

/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng.h199 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
203 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
204 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
205 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
206 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
209 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
212 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
214 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
216 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
218 void loc_eng_agps_init(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp185 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
186 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
188 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
191 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
193 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
195 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
197 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
198 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
199 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
201 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
121 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
154 pSession->adapter = loc_eng_data.adapter; in loc_eng_ni_request_handler()
161 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
276 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
Dloc_eng_xtra.cpp101 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
110 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
136 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
139 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
160 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
162 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.h205 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
209 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
210 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
211 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
212 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
215 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
218 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
220 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
222 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
224 int loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp189 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
190 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
192 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
195 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
197 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
199 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
201 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
202 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
203 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
205 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_xtra.cpp120 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
130 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
156 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
160 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
181 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
184 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
206 void loc_eng_xtra_version_check(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_version_check() argument
210 LocEngAdapter *adapter = loc_eng_data.adapter; in loc_eng_xtra_version_check()
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
121 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
154 pSession->adapter = loc_eng_data.adapter; in loc_eng_ni_request_handler()
161 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
276 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.h205 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
209 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
210 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
211 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
212 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
215 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
218 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
220 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
222 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
224 int loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp189 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
190 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
192 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
195 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
197 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
199 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
201 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
202 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
203 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
205 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_xtra.cpp120 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
130 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
156 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
160 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
181 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
184 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
206 void loc_eng_xtra_version_check(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_version_check() argument
210 LocEngAdapter *adapter = loc_eng_data.adapter; in loc_eng_xtra_version_check()
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
121 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
154 pSession->adapter = loc_eng_data.adapter; in loc_eng_ni_request_handler()
161 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
276 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.h205 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
209 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
210 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
211 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
212 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
215 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
218 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
220 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
222 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
224 int loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp189 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
190 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
192 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
195 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
197 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
199 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
201 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
202 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
203 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
205 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_xtra.cpp120 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
130 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
156 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
160 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
181 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
184 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
206 void loc_eng_xtra_version_check(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_version_check() argument
210 LocEngAdapter *adapter = loc_eng_data.adapter; in loc_eng_xtra_version_check()
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
121 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
154 pSession->adapter = loc_eng_data.adapter; in loc_eng_ni_request_handler()
161 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
276 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng.h205 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
209 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
210 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
211 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
212 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
215 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
218 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
220 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
222 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
224 int loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp189 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
190 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
192 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
195 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
197 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
199 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
201 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
202 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
203 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
205 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_xtra.cpp120 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
130 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
156 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
160 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
181 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
184 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
206 void loc_eng_xtra_version_check(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_version_check() argument
210 LocEngAdapter *adapter = loc_eng_data.adapter; in loc_eng_xtra_version_check()
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
121 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
154 pSession->adapter = loc_eng_data.adapter; in loc_eng_ni_request_handler()
161 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
276 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.h185 int loc_eng_init(loc_eng_data_s_type &loc_eng_data,
188 int loc_eng_start(loc_eng_data_s_type &loc_eng_data);
189 int loc_eng_stop(loc_eng_data_s_type &loc_eng_data);
190 void loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data);
191 int loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data,
194 int loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data,
197 void loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data,
199 int loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data,
201 const void* loc_eng_get_extension(loc_eng_data_s_type &loc_eng_data,
203 void loc_eng_agps_init(loc_eng_data_s_type &loc_eng_data,
[all …]
Dloc_eng.cpp169 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
170 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
172 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
175 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
177 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
179 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
181 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
182 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
183 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
185 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
[all …]
Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, in loc_eng_ni_request_handler() argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_request_handler()
120 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_request_handler()
144 loc_eng_mute_one_session(loc_eng_data); in loc_eng_ni_request_handler()
163 rc = pthread_create(&loc_eng_ni_data_p->thread, NULL, ni_thread_proc, &loc_eng_data); in loc_eng_ni_request_handler()
175 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif); in loc_eng_ni_request_handler()
246 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) in loc_eng_ni_reset_on_engine_restart() argument
249 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data; in loc_eng_ni_reset_on_engine_restart()
251 if (NULL == loc_eng_data.ni_notify_cb) { in loc_eng_ni_reset_on_engine_restart()
288 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallbacks *callbacks) in loc_eng_ni_init() argument
[all …]
Dloc_eng_xtra.cpp101 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_init() argument
110 xtra_module_data_ptr = &loc_eng_data.xtra_module_data; in loc_eng_xtra_init()
136 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, in loc_eng_xtra_inject_data() argument
139 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_inject_data()
160 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) in loc_eng_xtra_request_server() argument
162 LocEngAdapter* adapter = loc_eng_data.adapter; in loc_eng_xtra_request_server()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1424 ret_val = loc_eng_ioctl (loc_eng_data.client_handle, in setGpsLock()
1446 ret_val = loc_eng_ioctl (loc_eng_data.client_handle, in getGpsLock()

12