Home | History | Annotate | Download | only in location

Lines Matching refs:ids

439     uint32_t* ids = NULL;
443 ids = gData.geofenceInterface->addGeofences(this, count, options, info);
450 return ids;
454 LocationAPI::removeGeofences(size_t count, uint32_t* ids)
459 gData.geofenceInterface->removeGeofences(this, count, ids);
469 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options)
474 gData.geofenceInterface->modifyGeofences(this, count, ids, options);
484 LocationAPI::pauseGeofences(size_t count, uint32_t* ids)
489 gData.geofenceInterface->pauseGeofences(this, count, ids);
499 LocationAPI::resumeGeofences(size_t count, uint32_t* ids)
504 gData.geofenceInterface->resumeGeofences(this, count, ids);
613 uint32_t* ids = NULL;
617 ids = gData.gnssInterface->gnssUpdateConfig(config);
624 return ids;