/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | XtraSystemStatusObserver.cpp | 208 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/ |
D | SystemStatus.cpp | 1483 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 …]
|
D | SystemStatus.h | 909 bool eventDataItemNotify(IDataItemCore* dataitem);
|
/hardware/qcom/sm8150p/gps/core/ |
D | SystemStatus.cpp | 1480 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 …]
|
D | SystemStatusOsObserver.cpp | 553 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()
|
D | SystemStatus.h | 904 bool eventDataItemNotify(IDataItemCore* dataitem);
|
/hardware/qcom/sm7150/gps/core/ |
D | SystemStatus.cpp | 1483 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 …]
|
D | SystemStatusOsObserver.cpp | 553 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()
|
D | SystemStatus.h | 906 bool eventDataItemNotify(IDataItemCore* dataitem);
|
/hardware/qcom/sm7150/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 270 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/ |
D | XtraSystemStatusObserver.cpp | 270 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/ |
D | XtraSystemStatusObserver.cpp | 269 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/ |
D | SystemStatusOsObserver.cpp | 553 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()
|
D | SystemStatus.h | 823 bool eventDataItemNotify(IDataItemCore* dataitem);
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 568 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()
|
D | SystemStatus.h | 624 bool setNetworkInfo(IDataItemCore* dataitem); 634 bool eventDataItemNotify(IDataItemCore* dataitem);
|
D | SystemStatus.cpp | 1421 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()
|