Searched refs:get_gps_geofence_interface (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp519 get_gps_geofence_interface_function get_gps_geofence_interface; local
534 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
536 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
540 geofence_interface = get_gps_geofence_interface();
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp551 get_gps_geofence_interface_function get_gps_geofence_interface; local
566 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
567 if ((error = dlerror()) != NULL && NULL != get_gps_geofence_interface) {
568 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
572 geofence_interface = get_gps_geofence_interface();
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp552 get_gps_geofence_interface_function get_gps_geofence_interface; local
567 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
568 if ((error = dlerror()) != NULL || NULL == get_gps_geofence_interface) {
569 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
573 geofence_interface = get_gps_geofence_interface();
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp551 get_gps_geofence_interface_function get_gps_geofence_interface; local
566 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
567 if ((error = dlerror()) != NULL && NULL != get_gps_geofence_interface) {
568 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
572 geofence_interface = get_gps_geofence_interface();
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp552 get_gps_geofence_interface_function get_gps_geofence_interface; local
567 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
568 if ((error = dlerror()) != NULL || NULL == get_gps_geofence_interface) {
569 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
573 geofence_interface = get_gps_geofence_interface();
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc.cpp650 get_gps_geofence_interface_function get_gps_geofence_interface; local
665 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
667 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
671 geofence_interface = get_gps_geofence_interface();

Completed in 30 milliseconds