Home | History | Annotate | Download | only in libloc_api_50001

Lines Matching refs:ulp

52 void LocInternalAdapter::setUlpProxy(UlpProxyBase* ulp) {
56 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) :
57 LocMsg(), mAdapter(adapter), mUlp(ulp) {
60 LOC_LOGV("%s] ulp %p adapter %p", __func__,
66 sendMsg(new LocSetUlpProxy(mLocEngAdapter, ulp));
91 void LocEngAdapter::setUlpProxy(UlpProxyBase* ulp)
94 LOC_LOGV("%s] %p", __func__, ulp);
95 if (NULL == ulp) {
96 ulp = new UlpProxyBase();
98 mUlp = ulp;
147 // We want to send SV info to ULP to help it in determining GNSS
148 // signal strength ULP will forward the SV reports to HAL without