• 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()
180 void AgpsStateMachine::processAgpsEventGranted(){ in processAgpsEventGranted()
203 void AgpsStateMachine::processAgpsEventReleased(){ in processAgpsEventReleased()
250 void AgpsStateMachine::processAgpsEventDenied(){ in processAgpsEventDenied()
296 int AgpsStateMachine::requestOrReleaseDataConn(bool request){ in requestOrReleaseDataConn()
317 void AgpsStateMachine::notifyAllSubscribers( in notifyAllSubscribers()
352 void AgpsStateMachine::notifyEventToSubscriber( in notifyEventToSubscriber()
389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
399 void AgpsStateMachine::addSubscriber(AgpsSubscriber* subscriberToAdd){ in addSubscriber()
420 void AgpsStateMachine::deleteSubscriber(AgpsSubscriber* subscriberToDelete){ in deleteSubscriber()
439 bool AgpsStateMachine::anyActiveSubscribers(){ in anyActiveSubscribers()
451 void AgpsStateMachine::setAPN(char* apn, unsigned int len){ in setAPN()
471 AgpsSubscriber* AgpsStateMachine::getSubscriber(int connHandle){ in getSubscriber()
486 AgpsSubscriber* AgpsStateMachine::getFirstSubscriber(bool isInactive){ in getFirstSubscriber()
501 void AgpsStateMachine::dropAllSubscribers(){ in dropAllSubscribers()
536 AgpsStateMachine::processAgpsEvent(event); in processAgpsEvent()
711 mInternetNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_WWAN_ANY); in createAgpsStateMachines()
716 mAgnssNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_SUPL); in createAgpsStateMachines()
738 AgpsStateMachine* AgpsManager::getAgpsStateMachine(AGpsExtType agpsType) { in getAgpsStateMachine()
774 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL()
803 AgpsStateMachine* sm = NULL; in releaseATL()
858 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenSuccess()
890 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenFailed()
899 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlClosed()