Searched defs:loc_eng_data (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp101 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, argument
110 xtra_module_data_ptr = &loc_eng_data.xtra_module_data;
136 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, argument
139 LocEngAdapter* adapter = loc_eng_data.adapter;
160 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) argument
162 LocEngAdapter* adapter = loc_eng_data.adapter;
H A Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data;
121 if (NULL == loc_eng_data.ni_notify_cb) {
154 pSession->adapter = loc_eng_data.adapter;
161 loc_eng_mute_one_session(loc_eng_data);
192 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif);
271 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) argument
274 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data;
276 if (NULL == loc_eng_data.ni_notify_cb) {
325 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallback argument
372 loc_eng_ni_respond(loc_eng_data_s_type &loc_eng_data, int notif_id, GpsUserResponseType user_response) argument
[all...]
H A Dloc_eng.cpp180 static int loc_eng_reinit(loc_eng_data_s_type &loc_eng_data);
181 static void loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data);
183 static int loc_eng_set_server(loc_eng_data_s_type &loc_eng_data,
186 static void loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data,
188 static void loc_eng_report_status(loc_eng_data_s_type &loc_eng_data,
190 static void loc_eng_process_conn_request(loc_eng_data_s_type &loc_eng_data,
192 static void loc_eng_agps_close_status(loc_eng_data_s_type &loc_eng_data, int is_succ);
193 static void loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) ;
194 static void loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) ;
196 static int loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data);
204 update_aiding_data_for_deletion(loc_eng_data_s_type& loc_eng_data) argument
1566 loc_eng_init(loc_eng_data_s_type &loc_eng_data, LocCallbacks* callbacks, LOC_API_ADAPTER_EVENT_MASK_T event, ContextBase* context) argument
1631 loc_eng_reinit(loc_eng_data_s_type &loc_eng_data) argument
1701 loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data) argument
1757 loc_eng_start(loc_eng_data_s_type &loc_eng_data) argument
1771 loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data) argument
1807 loc_eng_stop(loc_eng_data_s_type &loc_eng_data) argument
1821 loc_eng_stop_handler(loc_eng_data_s_type &loc_eng_data) argument
1857 loc_eng_mute_one_session(loc_eng_data_s_type &loc_eng_data) argument
1880 loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data, LocPosMode &params) argument
1922 loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, int64_t timeReference, int uncertainty) argument
1953 loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data, double latitude, double longitude, float accuracy) argument
1990 loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data, GpsAidingData f) argument
2017 loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data, GpsStatusValue status) argument
2032 loc_eng_get_zpp_handler(loc_eng_data_s_type &loc_eng_data) argument
2106 loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data) argument
2142 loc_eng_agps_init(loc_eng_data_s_type &loc_eng_data, AGpsExtCallbacks* callbacks) argument
2235 loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, const char* apn, AGpsBearerType bearerType) argument
2277 loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2307 loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2380 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2439 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2492 loc_eng_agps_ril_update_network_availability(loc_eng_data_s_type &loc_eng_data, int available, const char* apn) argument
2515 loc_eng_agps_install_certificates(loc_eng_data_s_type &loc_eng_data, const DerEncodedCertificate* certificates, size_t numberOfCerts) argument
2565 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
2617 loc_eng_report_status(loc_eng_data_s_type &loc_eng_data, GpsStatusValue status) argument
2687 loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) argument
2695 loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) argument
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_xtra.cpp101 int loc_eng_xtra_init (loc_eng_data_s_type &loc_eng_data, argument
110 xtra_module_data_ptr = &loc_eng_data.xtra_module_data;
136 int loc_eng_xtra_inject_data(loc_eng_data_s_type &loc_eng_data, argument
139 LocEngAdapter* adapter = loc_eng_data.adapter;
160 int loc_eng_xtra_request_server(loc_eng_data_s_type &loc_eng_data) argument
162 LocEngAdapter* adapter = loc_eng_data.adapter;
H A Dloc_eng_ni.cpp112 void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, argument
118 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data;
120 if (NULL == loc_eng_data.ni_notify_cb) {
144 loc_eng_mute_one_session(loc_eng_data);
163 rc = pthread_create(&loc_eng_ni_data_p->thread, NULL, ni_thread_proc, &loc_eng_data);
175 loc_eng_data.ni_notify_cb((GpsNiNotification*)notif);
246 void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data) argument
249 loc_eng_ni_data_s_type* loc_eng_ni_data_p = &loc_eng_data.loc_eng_ni_data;
251 if (NULL == loc_eng_data.ni_notify_cb) {
288 void loc_eng_ni_init(loc_eng_data_s_type &loc_eng_data, GpsNiExtCallback argument
328 loc_eng_ni_respond(loc_eng_data_s_type &loc_eng_data, int notif_id, GpsUserResponseType user_response) argument
[all...]
H A 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);
192 update_aiding_data_for_deletion(loc_eng_data_s_type& loc_eng_data) argument
1405 loc_eng_init(loc_eng_data_s_type &loc_eng_data, LocCallbacks* callbacks, LOC_API_ADAPTER_EVENT_MASK_T event) argument
1477 loc_eng_reinit(loc_eng_data_s_type &loc_eng_data) argument
1546 loc_eng_cleanup(loc_eng_data_s_type &loc_eng_data) argument
1602 loc_eng_start(loc_eng_data_s_type &loc_eng_data) argument
1616 loc_eng_start_handler(loc_eng_data_s_type &loc_eng_data) argument
1652 loc_eng_stop(loc_eng_data_s_type &loc_eng_data) argument
1666 loc_eng_stop_handler(loc_eng_data_s_type &loc_eng_data) argument
1702 loc_eng_mute_one_session(loc_eng_data_s_type &loc_eng_data) argument
1725 loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data, LocPosMode &params) argument
1757 loc_eng_inject_time(loc_eng_data_s_type &loc_eng_data, GpsUtcTime time, int64_t timeReference, int uncertainty) argument
1788 loc_eng_inject_location(loc_eng_data_s_type &loc_eng_data, double latitude, double longitude, float accuracy) argument
1822 loc_eng_delete_aiding_data(loc_eng_data_s_type &loc_eng_data, GpsAidingData f) argument
1849 loc_inform_gps_status(loc_eng_data_s_type &loc_eng_data, GpsStatusValue status) argument
1912 loc_eng_agps_reinit(loc_eng_data_s_type &loc_eng_data) argument
1948 loc_eng_agps_init(loc_eng_data_s_type &loc_eng_data, AGpsExtCallbacks* callbacks) argument
2048 loc_eng_agps_open(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType, const char* apn, AGpsBearerType bearerType) argument
2090 loc_eng_agps_closed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2120 loc_eng_agps_open_failed(loc_eng_data_s_type &loc_eng_data, AGpsExtType agpsType) argument
2193 loc_eng_set_server(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2245 loc_eng_set_server_proxy(loc_eng_data_s_type &loc_eng_data, LocServerType type, const char* hostname, int port) argument
2298 loc_eng_agps_ril_update_network_availability(loc_eng_data_s_type &loc_eng_data, int available, const char* apn) argument
2337 loc_eng_report_status(loc_eng_data_s_type &loc_eng_data, GpsStatusValue status) argument
2407 loc_eng_handle_engine_down(loc_eng_data_s_type &loc_eng_data) argument
2415 loc_eng_handle_engine_up(loc_eng_data_s_type &loc_eng_data) argument
[all...]

Completed in 63 milliseconds