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

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

Completed in 138 milliseconds