Home
last modified time | relevance | path

Searched refs:GeofenceAPIClient (Results 1 – 25 of 68) sorted by relevance

123

/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V2_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V2_1::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_1::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm8150p/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_1::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm7150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGeofenceAPIClient.cpp46 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
81 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
110 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
116 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
127 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
133 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
140 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
170 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
189 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
209 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V2_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp46 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
80 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
109 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
115 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
126 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
132 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
139 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
169 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sdm845/gps/sdm845/android/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_1::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sdm845/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp46 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
80 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
109 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
115 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
126 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
132 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
139 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
169 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm8150p/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V2_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]
DGeofenceAPIClient.h45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<V1_0::IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
/hardware/qcom/sm7150/gps/android/1.1/location_api/
DGeofenceAPIClient.cpp48 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) : in GeofenceAPIClient() function in android::hardware::gnss::V1_1::implementation::GeofenceAPIClient
83 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude, in geofenceAdd()
112 void GeofenceAPIClient::geofencePause(uint32_t geofence_id) in geofencePause()
118 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions) in geofenceResume()
129 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id) in geofenceRemove()
135 void GeofenceAPIClient::geofenceRemoveAll() in geofenceRemoveAll()
142 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification) in onGeofenceBreachCb()
172 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) in onGeofenceStatusCb()
191 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
211 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
[all …]

123