• Home
  • Raw
  • Download

Lines Matching refs:push

94         mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this));  in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
163 mRequestQueues[CTRL_REQUEST_CONFIG].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
317 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
335 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
352 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
395 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
409 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
446 mRequestQueues[REQUEST_SESSION].push(new StopTrackingRequest(*this)); in locAPIStopSession()
450 mRequestQueues[REQUEST_SESSION].push(new StopBatchingRequest(*this)); in locAPIStopSession()
484 mRequestQueues[REQUEST_SESSION].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
507 mRequestQueues[REQUEST_SESSION].push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
568 mRequestQueues[REQUEST_SESSION].push(new GetBatchedLocationsRequest(*this)); in locAPIGetBatchedLocations()
589 mRequestQueues[REQUEST_GEOFENCE].push(new AddGeofencesRequest(*this)); in locAPIAddGeofences()
623 mRequestQueues[REQUEST_GEOFENCE].push(new RemoveGeofencesRequest(*this)); in locAPIRemoveGeofences()
659 mRequestQueues[REQUEST_GEOFENCE].push(new ModifyGeofencesRequest(*this)); in locAPIModifyGeofences()
693 mRequestQueues[REQUEST_GEOFENCE].push(new PauseGeofencesRequest(*this)); in locAPIPauseGeofences()
731 mRequestQueues[REQUEST_GEOFENCE].push(new ResumeGeofencesRequest(*this)); in locAPIResumeGeofences()
767 mRequestQueues[REQUEST_GEOFENCE].push(new RemoveGeofencesRequest(*this)); in locAPIRemoveAllGeofences()
788 mRequestQueues[REQUEST_NIRESPONSE].push(new GnssNiResponseRequest(*this)); in locAPIGnssNiResponse()