/hardware/libhardware/include/hardware/ |
D | fused_location.h | 602 typedef void (*flp_geofence_transition_callback) (int32_t geofence_id, FlpLocation* location, 632 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result); 643 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result); 657 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result); 668 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_t result); 749 int32_t geofence_id; member 780 void (*pause_geofence) (int32_t geofence_id); 792 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 801 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options); 810 void (*remove_geofences) (int32_t number_of_geofences, int32_t* geofence_id);
|
D | gps.h | 1086 typedef void (*gps_geofence_transition_callback) (int32_t geofence_id, GpsLocation* location, 1113 typedef void (*gps_geofence_add_callback) (int32_t geofence_id, int32_t status); 1124 typedef void (*gps_geofence_remove_callback) (int32_t geofence_id, int32_t status); 1138 typedef void (*gps_geofence_pause_callback) (int32_t geofence_id, int32_t status); 1149 typedef void (*gps_geofence_resume_callback) (int32_t geofence_id, int32_t status); 1201 void (*add_geofence_area) (int32_t geofence_id, double latitude, double longitude, 1210 void (*pause_geofence) (int32_t geofence_id); 1222 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 1230 void (*remove_geofence_area) (int32_t geofence_id);
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | GeofenceAPIClient.cpp | 81 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument 86 geofence_id, latitude, longitude, radius_meters, in geofenceAdd() 104 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd() 106 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd() 110 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument 112 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause() 113 locAPIPauseGeofences(1, &geofence_id); in geofencePause() 116 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument 118 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume() 124 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume() [all …]
|
D | GeofenceAPIClient.h | 51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude, 54 void geofencePause(uint32_t geofence_id); 55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions); 56 void geofenceRemove(uint32_t geofence_id);
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GeofenceAPIClient.cpp | 80 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument 85 geofence_id, latitude, longitude, radius_meters, in geofenceAdd() 103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd() 105 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd() 109 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument 111 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause() 112 locAPIPauseGeofences(1, &geofence_id); in geofencePause() 115 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument 117 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume() 123 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume() [all …]
|
D | GeofenceAPIClient.h | 51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude, 54 void geofencePause(uint32_t geofence_id); 55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions); 56 void geofenceRemove(uint32_t geofence_id);
|
/hardware/interfaces/gnss/1.0/default/ |
D | GnssGeofencing.h | 70 static void gnssGfTransitionCb(int32_t geofence_id, GpsLocation* location, 73 static void gnssGfAddCb(int32_t geofence_id, int32_t status); 74 static void gnssGfRemoveCb(int32_t geofence_id, int32_t status); 75 static void gnssGfPauseCb(int32_t geofence_id, int32_t status); 76 static void gnssGfResumeCb(int32_t geofence_id, int32_t status);
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_gps.h | 1281 typedef void (*loc_gps_geofence_transition_callback) (int32_t geofence_id, LocGpsLocation* locatio… 1308 typedef void (*loc_gps_geofence_add_callback) (int32_t geofence_id, int32_t status); 1319 typedef void (*loc_gps_geofence_remove_callback) (int32_t geofence_id, int32_t status); 1333 typedef void (*loc_gps_geofence_pause_callback) (int32_t geofence_id, int32_t status); 1344 typedef void (*loc_gps_geofence_resume_callback) (int32_t geofence_id, int32_t status); 1396 void (*add_geofence_area) (int32_t geofence_id, double latitude, double longitude, 1405 void (*pause_geofence) (int32_t geofence_id); 1417 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 1425 void (*remove_geofence_area) (int32_t geofence_id);
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_gps.h | 1277 typedef void (*loc_gps_geofence_transition_callback) (int32_t geofence_id, LocGpsLocation* locatio… 1304 typedef void (*loc_gps_geofence_add_callback) (int32_t geofence_id, int32_t status); 1315 typedef void (*loc_gps_geofence_remove_callback) (int32_t geofence_id, int32_t status); 1329 typedef void (*loc_gps_geofence_pause_callback) (int32_t geofence_id, int32_t status); 1340 typedef void (*loc_gps_geofence_resume_callback) (int32_t geofence_id, int32_t status); 1392 void (*add_geofence_area) (int32_t geofence_id, double latitude, double longitude, 1401 void (*pause_geofence) (int32_t geofence_id); 1413 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 1421 void (*remove_geofence_area) (int32_t geofence_id);
|