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

  /hardware/qcom/gps/msm8998/android/location_api/
GeofenceAPIClient.h 61 void onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification) final;
GeofenceAPIClient.cpp 66 [this](GeofenceStatusNotification geofenceStatusNotification) {
67 onGeofenceStatusCb(geofenceStatusNotification);
165 void GeofenceAPIClient::onGeofenceStatusCb(GeofenceStatusNotification geofenceStatusNotification)
167 LOC_LOGD("%s]: (%d)", __FUNCTION__, geofenceStatusNotification.available);
171 if (geofenceStatusNotification.available == GEOFENCE_STATUS_AVAILABILE_YES) {
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 434 } GeofenceStatusNotification;
609 GeofenceStatusNotification geofenceStatusNotification
    [all...]
LocationAPIClientBase.h 126 GeofenceStatusNotification /*geofenceStatusNotification*/) {}

Completed in 3326 milliseconds