Home
last modified time | relevance | path

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

/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/sm8150/gps/core/
DSystemStatus.cpp1483 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1487 switch(dataitem->getId()) in eventDataItemNotify()
1491 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1495 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1499 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1503 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1507 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1511 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1515 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1519 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
[all …]
DSystemStatus.h909 bool eventDataItemNotify(IDataItemCore* dataitem);
/hardware/qcom/sm8150p/gps/core/
DSystemStatus.cpp1480 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1484 switch(dataitem->getId()) in eventDataItemNotify()
1488 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1492 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1496 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1500 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1504 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1508 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1512 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1516 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.h904 bool eventDataItemNotify(IDataItemCore* dataitem);
/hardware/qcom/sm7150/gps/core/
DSystemStatus.cpp1483 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument
1487 switch(dataitem->getId()) in eventDataItemNotify()
1491 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()
1495 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()
1499 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1503 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()
1507 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()
1511 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1515 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()
1519 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.h906 bool eventDataItemNotify(IDataItemCore* dataitem);
/hardware/qcom/sm7150/gps/gnss/
DXtraSystemStatusObserver.cpp270 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
272 if (NULL == dataitem) { in notify()
276 dataitem->copy(eachItem); in notify()
278 mDataItemList.push_back(dataitem); in notify()
/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp270 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local
272 if (NULL == dataitem) { in notify()
276 dataitem->copy(eachItem); in notify()
278 mDataItemList.push_back(dataitem); in notify()
/hardware/qcom/sm8150p/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/sdm845/gps/sdm845/core/
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/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()