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

  /hardware/qcom/gps/msm8909w_3100/location/
location_interface.h 90 void (*pauseGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
LocationAPI.cpp 486 LocationAPI::pauseGeofences(size_t count, uint32_t* ids)
491 gData.geofenceInterface->pauseGeofences(this, count, ids);
LocationAPI.h     [all...]
LocationAPIClientBase.cpp 694 mLocationAPI->pauseGeofences(j, sessions);
    [all...]
  /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);
LocationAPI.h     [all...]
LocationAPIClientBase.cpp 525 mLocationAPI->pauseGeofences(j, sessions);

Completed in 313 milliseconds