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

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 520 static const GpsGeofencingInterface* geofence_interface = NULL; local
540 geofence_interface = get_gps_geofence_interface();
543 EXIT_LOG(%d, geofence_interface == NULL);
544 return geofence_interface;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 556 static const GpsGeofencingInterface* geofence_interface = NULL; local
576 geofence_interface = get_gps_geofence_interface();
579 EXIT_LOG(%d, geofence_interface == NULL);
580 return geofence_interface;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 651 static const GpsGeofencingInterface* geofence_interface = NULL; local
671 geofence_interface = get_gps_geofence_interface();
674 EXIT_LOG(%d, geofence_interface == NULL);
675 return geofence_interface;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 559 static const GpsGeofencingInterface* geofence_interface = NULL; local
579 geofence_interface = get_gps_geofence_interface();
582 EXIT_LOG(%d, geofence_interface == NULL);
583 return geofence_interface;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 552 static const GpsGeofencingInterface* geofence_interface = NULL; local
572 geofence_interface = get_gps_geofence_interface();
575 EXIT_LOG(%d, geofence_interface == NULL);
576 return geofence_interface;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp 626 static const GpsGeofencingInterface* geofence_interface = NULL; local
646 geofence_interface = get_gps_geofence_interface();
649 EXIT_LOG(%d, geofence_interface == NULL);
650 return geofence_interface;

Completed in 464 milliseconds