• 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()
254 void AgpsStateMachine::processAgpsEventDenied(){ in processAgpsEventDenied()
300 int AgpsStateMachine::requestOrReleaseDataConn(bool request){ in requestOrReleaseDataConn()
322 void AgpsStateMachine::notifyAllSubscribers( in notifyAllSubscribers()
357 void AgpsStateMachine::notifyEventToSubscriber( in notifyEventToSubscriber()
394 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
404 void AgpsStateMachine::addSubscriber(AgpsSubscriber* subscriberToAdd){ in addSubscriber()
425 void AgpsStateMachine::deleteSubscriber(AgpsSubscriber* subscriberToDelete){ in deleteSubscriber()
444 bool AgpsStateMachine::anyActiveSubscribers(){ in anyActiveSubscribers()
456 void AgpsStateMachine::setAPN(char* apn, unsigned int len){ in setAPN()
476 AgpsSubscriber* AgpsStateMachine::getSubscriber(int connHandle){ in getSubscriber()
491 AgpsSubscriber* AgpsStateMachine::getFirstSubscriber(bool isInactive){ in getFirstSubscriber()
506 void AgpsStateMachine::dropAllSubscribers(){ in dropAllSubscribers()
541 AgpsStateMachine::processAgpsEvent(event); in processAgpsEvent()
716 mInternetNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_WWAN_ANY); in createAgpsStateMachines()
721 mAgnssNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_SUPL); in createAgpsStateMachines()
743 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine()
779 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
808 AgpsStateMachine* sm = NULL; in releaseATL()
863 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenSuccess()
895 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenFailed()
904 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlClosed()