Home
last modified time | relevance | path

Searched refs:SystemStatusRfAndParams (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/core/
DSystemStatus.h130 class SystemStatusRfAndParams : public SystemStatusItemBase
146 inline SystemStatusRfAndParams() : in SystemStatusRfAndParams() function
160 inline SystemStatusRfAndParams(const SystemStatusPQWM1& nmea);
161 bool equals(SystemStatusRfAndParams& peer);
374 std::vector<SystemStatusRfAndParams> mRfAndParams;
DSystemStatus.cpp747 SystemStatusRfAndParams::SystemStatusRfAndParams(const SystemStatusPQWM1& nmea) : in SystemStatusRfAndParams() function in loc_core::SystemStatusRfAndParams
764 bool SystemStatusRfAndParams::equals(SystemStatusRfAndParams& peer) in equals()
784 void SystemStatusRfAndParams::dump() in dump()
1230 SystemStatusRfAndParams s(nmea); in setRfAndParams()
1626 mCache.mRfAndParams.push_back(SystemStatusRfAndParams()); in setDefaultReport()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h137 class SystemStatusRfAndParams : public SystemStatusItemBase
153 inline SystemStatusRfAndParams() : in SystemStatusRfAndParams() function
167 inline SystemStatusRfAndParams(const SystemStatusPQWM1& nmea);
168 bool equals(SystemStatusRfAndParams& peer);
544 std::vector<SystemStatusRfAndParams> mRfAndParams;
DSystemStatus.cpp751 SystemStatusRfAndParams::SystemStatusRfAndParams(const SystemStatusPQWM1& nmea) : in SystemStatusRfAndParams() function in loc_core::SystemStatusRfAndParams
768 bool SystemStatusRfAndParams::equals(SystemStatusRfAndParams& peer) in equals()
788 void SystemStatusRfAndParams::dump() in dump()
1274 SystemStatusRfAndParams s(nmea); in setRfAndParams()
1712 mCache.mRfAndParams.push_back(SystemStatusRfAndParams()); in setDefaultReport()