Searched refs:mDataItemList (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 123 mParent(parent), mClient(client), mDataItemList(l) {} in subscribe() 127 if (mDataItemList.empty()) { in subscribe() 134 mParent->mClientIndex->add(mClient, mDataItemList, pendingFirstResponseList); in subscribe() 139 mParent->sendFirstResponse(mDataItemList, mClient); in subscribe() 142 mParent->mDataItemIndex->add(mClient, mDataItemList, yetToSubscribeDataItemsList); in subscribe() 153 const list<DataItemId> mDataItemList; in subscribe() member 169 mParent(parent), mClient(client), mDataItemList(l) {} in updateSubscription() 172 if (mDataItemList.empty()) { in updateSubscription() 182 mDataItemList.begin(), mDataItemList.end(), in updateSubscription() 187 mParent->mClientIndex->add(mClient, mDataItemList, pendingFirstResponseList); in updateSubscription() [all …]
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | XtraSystemStatusObserver.cpp | 174 list <IDataItemCore*> mDataItemList; in notify() member 188 mDataItemList.push_back(dataitem); in notify() 193 for (auto each : mDataItemList) { in notify() 199 for (auto each : mDataItemList) { in notify()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 264 list <IDataItemCore*> mDataItemList; in notify() member 278 mDataItemList.push_back(dataitem); in notify() 283 for (auto itor = mDataItemList.begin(); itor != mDataItemList.end(); ++itor) { in notify() 292 for (auto each : mDataItemList) { in notify()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 263 list <IDataItemCore*> mDataItemList; in notify() member 277 mDataItemList.push_back(dataitem); in notify() 282 for (auto itor = mDataItemList.begin(); itor != mDataItemList.end(); ++itor) { in notify() 291 for (auto each : mDataItemList) { in notify()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 319 list <IDataItemCore*> mDataItemList; in notify() member 333 mDataItemList.push_back(dataitem); in notify() 338 for (auto itor = mDataItemList.begin(); itor != mDataItemList.end(); ++itor) { in notify() 347 for (auto each : mDataItemList) { in notify()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 319 list <IDataItemCore*> mDataItemList; in notify() member 333 mDataItemList.push_back(dataitem); in notify() 338 for (auto itor = mDataItemList.begin(); itor != mDataItemList.end(); ++itor) { in notify() 347 for (auto each : mDataItemList) { in notify()
|