Home
last modified time | relevance | path

Searched refs:getAPNLen (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DAgps.cpp357 subscriberToNotify->mConnHandle, 1, getAPN(), getAPNLen(), in notifyEventToSubscriber()
363 subscriberToNotify->mConnHandle, 0, getAPN(), getAPNLen(), in notifyEventToSubscriber()
DAgps.h167 inline uint32_t getAPNLen() const { return mAPNLen; } in getAPNLen() function