Searched refs:addGeofences (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 83 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
|
D | LocationAPI.cpp | 437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI 443 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
|
D | LocationAPI.h | 827 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
|
D | LocationAPIClientBase.cpp | 438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | location_interface.h | 86 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
|
D | LocationAPI.cpp | 439 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI 445 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
|
D | LocationAPI.h | 864 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
|
D | LocationAPIClientBase.cpp | 586 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences()
|