Searched refs:mConnHandle (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
H A DAgps.h167 int mConnHandle; member in class:AgpsFrameworkInterface::AgpsSubscriber
177 mConnHandle(connHandle), mWaitForCloseComplete(false),
182 { return (mConnHandle == s->mConnHandle); }
185 { return new AgpsSubscriber(mConnHandle); }
421 int mConnHandle; member in struct:AgpsFrameworkInterface::AgpsMsgRequestATL
426 LocMsg(), mAgpsManager(agpsManager), mConnHandle(connHandle), mAgpsType(
435 mAgpsManager->requestATL(mConnHandle, mAgpsType);
H A DAgps.cpp366 subscriberToNotify->mConnHandle, 1, getAPN(),
372 subscriberToNotify->mConnHandle, 0, getAPN(),
378 mAgpsManager->mAtlCloseStatusCb(subscriberToNotify->mConnHandle, 1);
479 if(subscriber->mConnHandle == connHandle){
575 mAgpsManager, subscriber->mConnHandle,
663 subscriberToNotify->mConnHandle, 1, NULL,
673 mAgpsManager, subscriberToNotify->mConnHandle,
678 mAgpsManager->mAtlCloseStatusCb(subscriberToNotify->mConnHandle, 1);
H A DGnssAdapter.cpp3034 int mConnHandle; member in struct:AgpsMsgReleaseATL
3037 LocMsg(), mAgpsManager(agpsManager), mConnHandle(connHandle) {
3045 mAgpsManager->releaseATL(mConnHandle);

Completed in 103 milliseconds