Home
last modified time | relevance | path

Searched refs:geofence (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/gnss/1.0/
DIGnssGeofencing.hal24 * Opens the geofence interface and provides the callback routines
32 * Add a geofence area. This api currently supports circular geofences.
34 * @param geofenceId The id for the geofence. If a geofence with this id
36 * @param latitudeDegrees The latitude(in degrees) for the geofence lastTransition.
37 * @param longtitudeDegrees The longitude(in degrees) for the geofence lastTransition.
38 * @param radiusMeters The radius(in meters) for the geofence lastTransition.
39 * @param lastTransition The current state of the geofence. For example, if
40 * the system already knows that the user is inside the geofence, this will
48 * the geofence. This parameter is defined in milliseconds.
63 * Pause monitoring a particular geofence.
[all …]
DIGnssGeofenceCallback.hal38 * Inside state: We are 95% confident that the user is inside the geofence.
39 * Outside state: We are 95% confident that the user is outside the geofence
54 * whether it is inside or outside the geofence. If the accuracy remains the
64 * The geofence callback needs to be triggered for the ENTERED and EXITED
83 * UNKNOWN transition described above is per geofence.
118 * The callback associated with the geofence transition.
151 * @param geofenceId Id of the geofence.
152 * @param status Will be OPERATION_SUCCESS if the geofence
154 * geofence limit has been reached.
155 * Will be ERROR_ID_EXISTS if geofence with id already exists.
[all …]
/hardware/libhardware/include/hardware/
Dfused_location.h701 } geofence; member