Lines Matching refs:GeofenceAPIClient
46 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()
228 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
248 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()