Searched refs:geofence_id (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | fused_location.h | 523 typedef void (*flp_geofence_transition_callback) (int32_t geofence_id, FlpLocation* location, 553 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result); 564 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result); 578 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result); 589 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_t result); 669 int32_t geofence_id; member 698 void (*pause_geofence) (int32_t geofence_id); 710 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 719 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options); 728 void (*remove_geofences) (int32_t number_of_geofences, int32_t* geofence_id);
|
D | gps.h | 1117 typedef void (*gps_geofence_transition_callback) (int32_t geofence_id, GpsLocation* location, 1144 typedef void (*gps_geofence_add_callback) (int32_t geofence_id, int32_t status); 1155 typedef void (*gps_geofence_remove_callback) (int32_t geofence_id, int32_t status); 1169 typedef void (*gps_geofence_pause_callback) (int32_t geofence_id, int32_t status); 1180 typedef void (*gps_geofence_resume_callback) (int32_t geofence_id, int32_t status); 1232 void (*add_geofence_area) (int32_t geofence_id, double latitude, double longitude, 1241 void (*pause_geofence) (int32_t geofence_id); 1253 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); 1261 void (*remove_geofence_area) (int32_t geofence_id);
|