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 595 * geofence_id - The id associated with the add_geofence_area.
611 typedef void (*flp_geofence_transition_callback) (int32_t geofence_id, FlpLocation* location,
633 * geofence_id - Id of the geofence.
641 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result);
647 * geofence_id - Id of the geofence.
652 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result);
659 * geofence_id - Id of the geofence.
666 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result);
672 * geofence_id - Id of the geofence.
677 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_t result)
758 int32_t geofence_id; member in struct:__anon30811
    [all...]
gps.h     [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 468 static void gps_geofence_transition_callback(int32_t geofence_id, GpsLocation* location,
473 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceTransition, geofence_id,
509 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status)
515 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status);
519 static void gps_geofence_remove_callback(int32_t geofence_id, int32_t status)
525 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceRemoveStatus, geofence_id, status);
529 static void gps_geofence_resume_callback(int32_t geofence_id, int32_t status)
535 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceResumeStatus, geofence_id, status);
539 static void gps_geofence_pause_callback(int32_t geofence_id, int32_t status)
545 env->CallVoidMethod(mCallbacksObj, method_reportGeofencePauseStatus, geofence_id, status)
    [all...]
com_android_server_location_FlpHardwareProvider.cpp 392 geofence.geofence_id = env->CallIntMethod(geofenceRequestObject, getId);

Completed in 65 milliseconds