Searched refs:GeofenceInfo (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GeofenceAPIClient.cpp | 97 GeofenceInfo data; in geofenceAdd() 98 data.size = sizeof(GeofenceInfo); in geofenceAdd()
|
/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 82 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
|
D | LocationAPI.h | 419 } GeofenceInfo; typedef 757 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
|
D | LocationAPIClientBase.h | 80 GeofenceOption* options, GeofenceInfo* data);
|
D | LocationAPI.cpp | 460 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
|
D | LocationAPIClientBase.cpp | 402 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
|