Home
last modified time | relevance | path

Searched refs:addGeofences (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/sm7250/gps/geofence/
Dlocation_geofence.cpp41 static uint32_t* addGeofences(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
55 addGeofences,
107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() function
/hardware/qcom/sm8150/gps/geofence/
Dlocation_geofence.cpp41 static uint32_t* addGeofences(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
55 addGeofences,
107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() function
/hardware/qcom/sm7150/gps/geofence/
Dlocation_geofence.cpp41 static uint32_t* addGeofences(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
55 addGeofences,
107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() function
/hardware/qcom/sm8150p/gps/geofence/
Dlocation_geofence.cpp41 static uint32_t* addGeofences(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
55 addGeofences,
107 static uint32_t* addGeofences(LocationAPI* client, size_t count, in addGeofences() function
/hardware/qcom/sm8150p/gps/location/
DILocationAPI.h126 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) = 0;
DLocationAPI.h141 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) override;
Dlocation_interface.h113 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp504 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI
510 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
/hardware/qcom/sm7150/gps/location/
DILocationAPI.h126 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) = 0;
DLocationAPI.h141 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) override;
Dlocation_interface.h120 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp500 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI
506 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
/hardware/qcom/sm8150/gps/location/
DILocationAPI.h126 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) = 0;
DLocationAPI.h141 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) override;
Dlocation_interface.h136 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp561 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI
567 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
/hardware/qcom/sm7250/gps/location/
DILocationAPI.h126 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) = 0;
DLocationAPI.h141 virtual uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*) override;
Dlocation_interface.h136 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp561 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() function in LocationAPI
567 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences()
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h83 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp437 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()
DLocationAPI.h827 uint32_t* addGeofences(size_t count, GeofenceOption*, GeofenceInfo*); // returns id array
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h86 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*); member
DLocationAPI.cpp439 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()

12