Searched defs:geofence_id (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dfused_location.h507 * geofence_id - The id associated with the add_geofence_area.
523 typedef void (*flp_geofence_transition_callback) (int32_t geofence_id, FlpLocation* location,
545 * geofence_id - Id of the geofence.
553 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result);
559 * geofence_id - Id of the geofence.
564 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result);
571 * geofence_id - Id of the geofence.
578 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result);
584 * geofence_id - Id of the geofence.
589 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_
669 int32_t geofence_id; member in struct:__anon1219
[all...]

Completed in 1264 milliseconds