Home
last modified time | relevance | path

Searched refs:GeofenceInfo (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp97 GeofenceInfo data; in geofenceAdd()
98 data.size = sizeof(GeofenceInfo); in geofenceAdd()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h82 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
DLocationAPI.h419 } GeofenceInfo; typedef
757 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
DLocationAPIClientBase.h80 GeofenceOption* options, GeofenceInfo* data);
DLocationAPI.cpp460 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
DLocationAPIClientBase.cpp402 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()