HomeSort by relevance Sort by last modified time
    Searched refs:geofence_id (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
fused_location.h 507 * 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_t result)
669 int32_t geofence_id; member in struct:__anon41339
    [all...]
gps.h     [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 351 static void gps_geofence_transition_callback(int32_t geofence_id, GpsLocation* location,
356 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceTransition, geofence_id,
392 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status)
398 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status);
402 static void gps_geofence_remove_callback(int32_t geofence_id, int32_t status)
408 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceRemoveStatus, geofence_id, status);
412 static void gps_geofence_resume_callback(int32_t geofence_id, int32_t status)
418 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceResumeStatus, geofence_id, status);
422 static void gps_geofence_pause_callback(int32_t geofence_id, int32_t status)
428 env->CallVoidMethod(mCallbacksObj, method_reportGeofencePauseStatus, geofence_id, status)
    [all...]
com_android_server_location_FlpHardwareProvider.cpp 316 geofence.geofence_id = env->CallIntMethod(geofenceRequestObject, getId);

Completed in 84 milliseconds