Searched refs:MsgSetConfig (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/gps/batching/ |
D | BatchingAdapter.cpp | 103 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 106 inline MsgSetConfig(BatchingAdapter& adapter, in setConfigCommand() function 117 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 501 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 504 inline MsgSetConfig(GnssAdapter& adapter, in setConfigCommand() function 561 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 498 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 501 inline MsgSetConfig(GnssAdapter& adapter, in setConfigCommand() function 559 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 520 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 523 inline MsgSetConfig(GnssAdapter& adapter, in setConfigCommand() function 586 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 678 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 681 inline MsgSetConfig(GnssAdapter& adapter, LocApiBase& api) : in setConfigCommand() function 687 mAdapter.mPendingMsgs.push_back(new MsgSetConfig(*this)); in setConfigCommand() 800 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.cpp | 686 struct MsgSetConfig : public LocMsg { in setConfigCommand() struct 689 inline MsgSetConfig(GnssAdapter& adapter, in setConfigCommand() function 757 sendMsg(new MsgSetConfig(*this, *mLocApi)); in setConfigCommand()
|