Home | History | Annotate | Download | only in gnss

Lines Matching refs:subscriber

161 /* SUBSCRIBER
162 * Each Subscriber instance corresponds to one AGPS request,
169 /* Does this subscriber wait for data call close complete,
171 * While waiting for data call close, subscriber will be in
195 * Once a subscriber is notified for ATL open/close status,
199 /* Current subscriber, whose request this State Machine is
235 inline void setCurrentSubscriber(AgpsSubscriber* subscriber)
236 { mCurrentSubscriber = subscriber; }
238 /* Fetch subscriber with specified handle */
241 /* Fetch first active or inactive subscriber in list
242 * isInactive = true : fetch first inactive subscriber
243 * isInactive = false : fetch first active subscriber */
254 /* Remove the specified subscriber from list if present.
255 * Also delete the subscriber instance. */
256 void deleteSubscriber(AgpsSubscriber* subscriber);
271 /* Clone the passed in subscriber and add to the subscriber list
273 void addSubscriber(AgpsSubscriber* subscriber);
280 AgpsEvent event, AgpsSubscriber* subscriber,
320 AgpsEvent event, AgpsSubscriber* subscriber,