• Home
  • Raw
  • Download

Lines Matching refs:AgpsStateMachine

40 void AgpsStateMachine::processAgpsEvent(AgpsEvent event){  in processAgpsEvent()
72 void AgpsStateMachine::processAgpsEventSubscribe(){ in processAgpsEventSubscribe()
116 void AgpsStateMachine::processAgpsEventUnsubscribe(){ in processAgpsEventUnsubscribe()
184 void AgpsStateMachine::processAgpsEventGranted(){ in processAgpsEventGranted()
207 void AgpsStateMachine::processAgpsEventReleased(){ in processAgpsEventReleased()
251 void AgpsStateMachine::processAgpsEventDenied(){ in processAgpsEventDenied()
297 int AgpsStateMachine::requestOrReleaseDataConn(bool request){ in requestOrReleaseDataConn()
319 void AgpsStateMachine::notifyAllSubscribers( in notifyAllSubscribers()
354 void AgpsStateMachine::notifyEventToSubscriber( in notifyEventToSubscriber()
391 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
401 void AgpsStateMachine::addSubscriber(AgpsSubscriber* subscriberToAdd){ in addSubscriber()
422 void AgpsStateMachine::deleteSubscriber(AgpsSubscriber* subscriberToDelete){ in deleteSubscriber()
441 bool AgpsStateMachine::anyActiveSubscribers(){ in anyActiveSubscribers()
453 void AgpsStateMachine::setAPN(char* apn, unsigned int len){ in setAPN()
473 AgpsSubscriber* AgpsStateMachine::getSubscriber(int connHandle){ in getSubscriber()
488 AgpsSubscriber* AgpsStateMachine::getFirstSubscriber(bool isInactive){ in getFirstSubscriber()
503 void AgpsStateMachine::dropAllSubscribers(){ in dropAllSubscribers()
538 AgpsStateMachine::processAgpsEvent(event); in processAgpsEvent()
713 mInternetNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_WWAN_ANY); in createAgpsStateMachines()
718 mAgnssNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_SUPL); in createAgpsStateMachines()
740 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine()
776 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
805 AgpsStateMachine* sm = NULL; in releaseATL()
860 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenSuccess()
892 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenFailed()
901 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlClosed()