Home
last modified time | relevance | path

Searched refs:RilCellInfoDataItemBase (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sdm845/gps/sdm845/core/data-items/
DDataItemConcreteTypesBase.h336 class RilCellInfoDataItemBase : public IDataItemCore {
338 inline RilCellInfoDataItemBase() : in RilCellInfoDataItemBase() function
340 inline virtual ~RilCellInfoDataItemBase() { if (nullptr != mData) free(mData); } in ~RilCellInfoDataItemBase()
344 inline RilCellInfoDataItemBase(const RilCellInfoDataItemBase& peer) : in RilCellInfoDataItemBase() function
345 RilCellInfoDataItemBase() { in RilCellInfoDataItemBase()
348 inline virtual bool operator==(const RilCellInfoDataItemBase& other) const {
351 inline virtual void setPeerData(RilCellInfoDataItemBase& /*peer*/) const {} in setPeerData() argument
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatus.h526 public RilCellInfoDataItemBase
530 RilCellInfoDataItemBase() {} in SystemStatusRilCellInfo()
531 inline SystemStatusRilCellInfo(const RilCellInfoDataItemBase& itemBase) : in SystemStatusRilCellInfo()
532 RilCellInfoDataItemBase(itemBase) {} in SystemStatusRilCellInfo()
534 return static_cast<const RilCellInfoDataItemBase&>(peer) == in equals()
535 static_cast<const RilCellInfoDataItemBase&>(*this); in equals()
DSystemStatus.cpp1483 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()