Lines Matching refs:sm
775 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in requestATL() local
777 if(sm == NULL){ in requestATL()
787 sm->setCurrentSubscriber(&subscriber); in requestATL()
795 sm->processAgpsEvent(AGPS_EVENT_SUBSCRIBE); in requestATL()
804 AgpsStateMachine* sm = NULL; in releaseATL() local
809 sm = mAgnssNif; in releaseATL()
813 sm = mInternetNif; in releaseATL()
817 sm = mDsNif; in releaseATL()
820 if(sm == NULL){ in releaseATL()
828 sm->setCurrentSubscriber(subscriber); in releaseATL()
829 sm->processAgpsEvent(AGPS_EVENT_UNSUBSCRIBE); in releaseATL()
859 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenSuccess() local
879 sm->setBearer(bearerType); in reportAtlOpenSuccess()
880 sm->setAPN(apnName, apnLen); in reportAtlOpenSuccess()
883 sm->processAgpsEvent(AGPS_EVENT_GRANTED); in reportAtlOpenSuccess()
891 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlOpenFailed() local
892 sm->processAgpsEvent(AGPS_EVENT_DENIED); in reportAtlOpenFailed()
900 AgpsStateMachine* sm = getAgpsStateMachine(agpsType); in reportAtlClosed() local
901 sm->processAgpsEvent(AGPS_EVENT_RELEASED); in reportAtlClosed()