Home
last modified time | relevance | path

Searched refs:geofence (Results 1 – 15 of 15) 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/qcom/sm8150p/gps/geofence/
Dlocation-geofence.pc.in6 Name: location-geofence
10 Cflags: -I${includedir}/location-geofence
Dconfigure.ac2 AC_INIT([location-geofence], 1.0.0)
69 location-geofence.pc
DMakefile.am49 pkgconfig_DATA = location-geofence.pc
/hardware/qcom/sm7150/gps/geofence/
Dlocation-geofence.pc.in6 Name: location-geofence
10 Cflags: -I${includedir}/location-geofence
Dconfigure.ac2 AC_INIT([location-geofence], 1.0.0)
69 location-geofence.pc
DMakefile.am49 pkgconfig_DATA = location-geofence.pc
/hardware/qcom/sm8150/gps/geofence/
Dlocation-geofence.pc.in6 Name: location-geofence
10 Cflags: -I${includedir}/location-geofence
Dconfigure.ac2 AC_INIT([location-geofence], 1.0.0)
69 location-geofence.pc
DMakefile.am49 pkgconfig_DATA = location-geofence.pc
/hardware/qcom/sm7150/gps/batching/
Dconfigure.ac40 PKG_CHECK_MODULES([GEOFENCE], [location-geofence])
/hardware/qcom/sm8150p/gps/batching/
Dconfigure.ac40 PKG_CHECK_MODULES([GEOFENCE], [location-geofence])
/hardware/qcom/sm8150/gps/batching/
Dconfigure.ac40 PKG_CHECK_MODULES([GEOFENCE], [location-geofence])
/hardware/libhardware/include/hardware/
Dfused_location.h701 } geofence; member