Home | History | Annotate | Download | only in libloc_api_50001

Lines Matching refs:cb_func

583 Servicer* Servicer :: getServicer(servicerType type, void *cb_func)
588 return (new Servicer(cb_func));
590 return (new ExtServicer(cb_func));
592 return (new AGpsServicer(cb_func));
624 void *cb_func,
632 mServicer(Servicer :: getServicer(servType, (void *)cb_func))
830 DSStateMachine :: DSStateMachine(servicerType type, void *cb_func,
832 AgpsStateMachine(type, cb_func, AGPS_TYPE_INVALID,false),