OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon33816
[
all
...]
gps.h
774
*
geofence_id
- The id associated with the add_geofence_area.
788
typedef void (*gps_geofence_transition_callback) (int32_t
geofence_id
, GpsLocation* location,
807
*
geofence_id
- Id of the geofence.
815
typedef void (*gps_geofence_add_callback) (int32_t
geofence_id
, int32_t status);
821
*
geofence_id
- Id of the geofence.
826
typedef void (*gps_geofence_remove_callback) (int32_t
geofence_id
, int32_t status);
833
*
geofence_id
- Id of the geofence.
840
typedef void (*gps_geofence_pause_callback) (int32_t
geofence_id
, int32_t status);
846
*
geofence_id
- Id of the geofence.
851
typedef void (*gps_geofence_resume_callback) (int32_t
geofence_id
, int32_t status)
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
244
static void gps_geofence_transition_callback(int32_t
geofence_id
, GpsLocation* location,
249
env->CallVoidMethod(mCallbacksObj, method_reportGeofenceTransition,
geofence_id
,
285
static void gps_geofence_add_callback(int32_t
geofence_id
, int32_t status)
291
env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus,
geofence_id
, status);
295
static void gps_geofence_remove_callback(int32_t
geofence_id
, int32_t status)
301
env->CallVoidMethod(mCallbacksObj, method_reportGeofenceRemoveStatus,
geofence_id
, status);
305
static void gps_geofence_resume_callback(int32_t
geofence_id
, int32_t status)
311
env->CallVoidMethod(mCallbacksObj, method_reportGeofenceResumeStatus,
geofence_id
, status);
315
static void gps_geofence_pause_callback(int32_t
geofence_id
, int32_t status)
321
env->CallVoidMethod(mCallbacksObj, method_reportGeofencePauseStatus,
geofence_id
, status)
[
all
...]
com_android_server_location_FlpHardwareProvider.cpp
277
geofence.
geofence_id
= env->CallIntMethod(geofenceRequestObject, getId);
Completed in 2128 milliseconds