Searched refs:GeofenceInfo (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | GeofenceAPIClient.cpp | 98 GeofenceInfo data; in geofenceAdd() 99 data.size = sizeof(GeofenceInfo); in geofenceAdd()
|
/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 | 83 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
|
D | LocationAPI.h | 453 } GeofenceInfo; typedef 827 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
|
D | LocationAPIClientBase.h | 81 GeofenceOption* options, GeofenceInfo* data);
|
D | LocationAPI.cpp | 437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
|
D | LocationAPIClientBase.cpp | 426 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | location_interface.h | 86 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
|
D | LocationAPI.h | 484 } GeofenceInfo; typedef 864 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
|
D | LocationAPI.cpp | 439 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences()
|
D | LocationAPIClientBase.h | 201 GeofenceOption* options, GeofenceInfo* data);
|
D | LocationAPIClientBase.cpp | 578 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences()
|