Home | History | Annotate | Download | only in jni

Lines Matching refs:geofenceId

617     int32_t geofenceId,
638 geofenceId,
678 static void GeofenceAddCallback(int32_t geofenceId, int32_t result) {
683 sCallbackEnv->CallVoidMethod(sCallbacksObj, sOnGeofenceAdd, geofenceId, result);
687 static void GeofenceRemoveCallback(int32_t geofenceId, int32_t result) {
695 geofenceId,
701 static void GeofencePauseCallback(int32_t geofenceId, int32_t result) {
709 geofenceId,
715 static void GeofenceResumeCallback(int32_t geofenceId, int32_t result) {
723 geofenceId,
974 static void PauseGeofence(JNIEnv* env, jobject /* object */, jint geofenceId) {
979 sFlpGeofencingInterface->pause_geofence(geofenceId);
985 jint geofenceId,
991 sFlpGeofencingInterface->resume_geofence(geofenceId, monitorTransitions);
997 jint geofenceId,
1015 sFlpGeofencingInterface->modify_geofence_option(geofenceId, &options);