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

  /hardware/qcom/gps/msm8998/location/
location_interface.h 87 void (*pauseGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
LocationAPI.cpp 484 LocationAPI::pauseGeofences(size_t count, uint32_t* ids)
489 gData.geofenceInterface->pauseGeofences(this, count, ids);
  /hardware/qcom/gps/sdm845/location/
location_interface.h 87 void (*pauseGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
LocationAPI.cpp 484 LocationAPI::pauseGeofences(size_t count, uint32_t* ids)
489 gData.geofenceInterface->pauseGeofences(this, count, ids);

Completed in 58 milliseconds