Searched refs:MsgGnssGetConfig (Results 1 – 4 of 4) 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() function 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() argument 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 | 1561 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct 1567 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function 1590 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() function 1591 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand() 1594 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument 1600 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand() 1734 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.cpp | 1562 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct 1568 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument 1591 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() function 1592 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand() 1595 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument 1601 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand() 1735 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
|