Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp1309 struct MsgGnssGetConfig : public LocMsg { in gnssGetConfigCommand() struct
1315 inline MsgGnssGetConfig(GnssAdapter& adapter, in gnssGetConfigCommand() function
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()