Home
last modified time | relevance | path

Searched refs:dataitem (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/gnss/
DXtraSystemStatusObserver.cpp180 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
182 if (NULL == dataitem) { in notify()
186 dataitem->copy(eachItem); in notify()
188 mDataItemList.push_back(dataitem); in notify()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DXtraSystemStatusObserver.cpp208 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
210 if (NULL == dataitem) { in notify()
214 dataitem->copy(eachItem); in notify()
216 mDataItemList.push_back(dataitem); in notify()
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatus.cpp1447 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1451 switch(dataitem->getId()) in eventDataItemNotify()
1455 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1459 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1463 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1467 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1471 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1475 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1479 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1483 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
DSystemStatusOsObserver.cpp553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
554 if (nullptr != dataitem) { in updateCache()
556 dataitem->copy(d); in updateCache()
558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
DSystemStatus.h823 bool eventDataItemNotify(IDataItemCore* dataitem);
/hardware/qcom/sm8150/gps/core/
DSystemStatus.cpp1472 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1476 switch(dataitem->getId()) in eventDataItemNotify()
1480 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1484 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1488 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1492 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1496 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1500 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1504 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1508 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
DSystemStatusOsObserver.cpp553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
554 if (nullptr != dataitem) { in updateCache()
556 dataitem->copy(d); in updateCache()
558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
DSystemStatus.h903 bool eventDataItemNotify(IDataItemCore* dataitem);
/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp269 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
271 if (NULL == dataitem) { in notify()
275 dataitem->copy(eachItem); in notify()
277 mDataItemList.push_back(dataitem); in notify()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp568 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local
569 if (nullptr == dataitem) { in updateCache()
574 dataitem->copy(d); in updateCache()
575 pair<DataItemId, IDataItemCore*> cpair(d->getId(), dataitem); in updateCache()
DSystemStatus.h624 bool setNetworkInfo(IDataItemCore* dataitem);
634 bool eventDataItemNotify(IDataItemCore* dataitem);
DSystemStatus.cpp1421 bool SystemStatus::setNetworkInfo(IDataItemCore* dataitem) in setNetworkInfo() argument
1423 SystemStatusNetworkInfo* data = reinterpret_cast<SystemStatusNetworkInfo*>(dataitem); in setNetworkInfo()
1567 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1570 switch(dataitem->getId()) in eventDataItemNotify()
1573 setNetworkInfo(dataitem); in eventDataItemNotify()