Lines Matching refs:options

128 uint32_t LocationAPIClientBase::locAPIStartTracking(LocationOptions& options)  in locAPIStartTracking()  argument
137 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking()
168 void LocationAPIClientBase::locAPIUpdateTrackingOptions(LocationOptions& options) in locAPIUpdateTrackingOptions() argument
177 mLocationAPI->updateTrackingOptions(session, options); in locAPIUpdateTrackingOptions()
201 LocationOptions& options) in locAPIStartSession() argument
219 trackingSession = mLocationAPI->startTracking(options); in locAPIStartSession()
229 batchingSession = mLocationAPI->startBatching(options); in locAPIStartSession()
293 LocationOptions& options) in locAPIUpdateSessionOptions() argument
311 mLocationAPI->updateTrackingOptions(trackingSession, options); in locAPIUpdateSessionOptions()
329 trackingSession = mLocationAPI->startTracking(options); in locAPIUpdateSessionOptions()
354 batchingSession = mLocationAPI->startBatching(options); in locAPIUpdateSessionOptions()
366 mLocationAPI->updateBatchingOptions(batchingSession, options); in locAPIUpdateSessionOptions()
402 size_t count, uint32_t* ids, GeofenceOption* options, GeofenceInfo* data) in locAPIAddGeofences() argument
411 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences()
419 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
450 size_t count, uint32_t* ids, GeofenceOption* options) in locAPIModifyGeofences() argument
460 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIModifyGeofences()
463 mLocationAPI->modifyGeofences(count, sessions, options); in locAPIModifyGeofences()