Searched refs:MsgGnssGetConfig (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.cpp | 1372 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct 1378 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function 1390 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() argument 1391 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand() 1399 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument 1405 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand() 1497 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 1309 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct 1315 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument 1327 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() function 1328 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand() 1336 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument 1342 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand() 1434 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 1553 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct 1559 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument 1582 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() function 1583 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand() 1586 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument 1592 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand() 1726 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
|