Home
last modified time | relevance | path

Searched refs:geofence_id (Results 1 – 25 of 42) sorted by relevance

12

/hardware/libhardware/include_vendor/hardware/
Dfused_location.h602 typedef void (*flp_geofence_transition_callback) (int32_t geofence_id, FlpLocation* location,
632 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result);
643 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result);
657 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result);
668 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_t result);
749 int32_t geofence_id; member
780 void (*pause_geofence) (int32_t geofence_id);
792 void (*resume_geofence) (int32_t geofence_id, int monitor_transitions);
801 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options);
810 void (*remove_geofences) (int32_t number_of_geofences, int32_t* geofence_id);
/hardware/qcom/sm8150p/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
54 void geofencePause(uint32_t geofence_id);
55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
56 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h50 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
53 void geofencePause(uint32_t geofence_id);
54 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
55 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp81 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
86 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
104 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
106 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
110 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
112 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
113 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
116 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
118 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
124 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h50 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
53 void geofencePause(uint32_t geofence_id);
54 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
55 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm7250/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm7150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
54 void geofencePause(uint32_t geofence_id);
55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
56 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp80 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
85 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
105 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
109 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
111 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
112 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
115 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
117 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
123 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
54 void geofencePause(uint32_t geofence_id);
55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
56 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
54 void geofencePause(uint32_t geofence_id);
55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
56 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm7150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
DGeofenceAPIClient.h51 void geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
54 void geofencePause(uint32_t geofence_id);
55 void geofenceResume(uint32_t geofence_id, int32_t monitor_transitions);
56 void geofenceRemove(uint32_t geofence_id);
/hardware/qcom/sm8150p/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm7250/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/qcom/sm7250/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd() argument
88 geofence_id, latitude, longitude, radius_meters, in geofenceAdd()
106 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
108 onAddGeofencesCb(1, &err, &geofence_id); in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause() argument
114 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofence_id); in geofencePause()
115 locAPIPauseGeofences(1, &geofence_id); in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume() argument
120 LOC_LOGD("%s]: (%d %d)", __FUNCTION__, geofence_id, monitor_transitions); in geofenceResume()
126 locAPIResumeGeofences(1, &geofence_id, &mask); in geofenceResume()
[all …]
/hardware/interfaces/gnss/1.0/default/
DGnssGeofencing.h70 static void gnssGfTransitionCb(int32_t geofence_id, GpsLocation* location,
73 static void gnssGfAddCb(int32_t geofence_id, int32_t status);
74 static void gnssGfRemoveCb(int32_t geofence_id, int32_t status);
75 static void gnssGfPauseCb(int32_t geofence_id, int32_t status);
76 static void gnssGfResumeCb(int32_t geofence_id, int32_t status);

12