Home
last modified time | relevance | path

Searched refs:MsgGnssGetConfig (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DGnssAdapter.cpp1309 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()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DGnssAdapter.cpp1372 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct
1378 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument
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()
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.cpp1554 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct
1560 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument
1583 inline MsgGnssGetConfig(const MsgGnssGetConfig& obj) : in gnssGetConfigCommand() argument
1584 MsgGnssGetConfig(obj.mAdapter, obj.mApi, obj.mConfigMask, in gnssGetConfigCommand()
1587 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument
1593 mAdapter.mPendingMsgs.push_back(new MsgGnssGetConfig(*this)); in gnssGetConfigCommand()
1727 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.cpp1553 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct
1559 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function
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()
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DGnssAdapter.cpp1061 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct
1067 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() argument
1078 inline virtual ~MsgGnssGetConfig() in gnssGetConfigCommand() argument
1168 sendMsg(new MsgGnssGetConfig(*this, *mLocApi, configMask, ids, count)); in gnssGetConfigCommand()