HomeSort by relevance Sort by last modified time
    Searched defs:GeofenceAPIClient (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8909w_3100/android/location_api/
GeofenceAPIClient.h 45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
GeofenceAPIClient.cpp 37 #include "GeofenceAPIClient.h"
46 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) :
81 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
110 void GeofenceAPIClient::geofencePause(uint32_t geofence_id)
116 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions)
127 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id)
133 void GeofenceAPIClient::geofenceRemoveAll()
140 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification)
170 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification
    [all...]
  /hardware/qcom/gps/msm8998/android/location_api/
GeofenceAPIClient.h 45 class GeofenceAPIClient : public LocationAPIClientBase
48 GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback);
49 virtual ~GeofenceAPIClient() = default;
GeofenceAPIClient.cpp 37 #include "GeofenceAPIClient.h"
46 GeofenceAPIClient::GeofenceAPIClient(const sp<IGnssGeofenceCallback>& callback) :
80 void GeofenceAPIClient::geofenceAdd(uint32_t geofence_id, double latitude, double longitude,
109 void GeofenceAPIClient::geofencePause(uint32_t geofence_id)
115 void GeofenceAPIClient::geofenceResume(uint32_t geofence_id, int32_t monitor_transitions)
126 void GeofenceAPIClient::geofenceRemove(uint32_t geofence_id)
132 void GeofenceAPIClient::geofenceRemoveAll()
139 void GeofenceAPIClient::onGeofenceBreachCb(GeofenceBreachNotification geofenceBreachNotification)
169 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification
    [all...]

Completed in 157 milliseconds