HomeSort by relevance Sort by last modified time
    Searched refs:get_gps_geofence_interface (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 519 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/
loc.cpp 555 get_gps_geofence_interface_function get_gps_geofence_interface; local
570 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
571 if ((error = dlerror()) != NULL && NULL != get_gps_geofence_interface) {
572 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
576 geofence_interface = get_gps_geofence_interface();
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 558 get_gps_geofence_interface_function get_gps_geofence_interface; local
573 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
574 if ((error = dlerror()) != NULL || NULL == get_gps_geofence_interface) {
575 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
579 geofence_interface = get_gps_geofence_interface();
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 551 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/
loc.cpp 625 get_gps_geofence_interface_function get_gps_geofence_interface; local
640 get_gps_geofence_interface = (get_gps_geofence_interface_function)dlsym(handle, "gps_geofence_get_interface");
641 if ((error = dlerror()) != NULL || NULL == get_gps_geofence_interface) {
642 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
646 geofence_interface = get_gps_geofence_interface();
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 650 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 66 milliseconds