Lines Matching refs:mAgnssNif
528 if (NULL == mAgnssNif && (cbInfo.atlType & AGPS_ATL_TYPE_SUPL) && in createAgpsStateMachines()
530 mAgnssNif = new AgpsStateMachine(this, LOC_AGPS_TYPE_SUPL); in createAgpsStateMachines()
531 mAgnssNif->registerFrameworkStatusCallback((AgnssStatusIpV4Cb)cbInfo.statusV4Cb); in createAgpsStateMachines()
532 LOC_LOGD("AGNSS NIF: %p", mAgnssNif); in createAgpsStateMachines()
546 if (mAgnssNif == NULL) { in getAgpsStateMachine()
549 return mAgnssNif; in getAgpsStateMachine()
608 if (mAgnssNif && in releaseATL()
609 (subscriber = mAgnssNif->getSubscriber(connHandle)) != NULL) { in releaseATL()
610 sm = mAgnssNif; in releaseATL()
669 if (mAgnssNif) { in handleModemSSR()
670 mAgnssNif->dropAllSubscribers(); in handleModemSSR()