Searched refs:MsgGnssGetConfig (Results 1 – 1 of 1) sorted by relevance
1309 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct1315 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function1327 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() argument1328 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand()1336 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument1342 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand()1434 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()