Searched refs:MsgReadConfig (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm7150/gps/batching/ |
D | BatchingAdapter.cpp | 65 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 67 inline MsgReadConfig(BatchingAdapter& adapter) : in readConfigCommand() function 94 sendMsg(new MsgReadConfig(*this)); in readConfigCommand()
|
/hardware/qcom/sm7250/gps/batching/ |
D | BatchingAdapter.cpp | 66 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 68 inline MsgReadConfig(BatchingAdapter& adapter) : in readConfigCommand() argument 95 sendMsg(new MsgReadConfig(*this)); in readConfigCommand()
|
/hardware/qcom/sm8150/gps/batching/ |
D | BatchingAdapter.cpp | 66 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 68 inline MsgReadConfig(BatchingAdapter& adapter) : in readConfigCommand() argument 95 sendMsg(new MsgReadConfig(*this)); in readConfigCommand()
|
/hardware/qcom/sm8150p/gps/batching/ |
D | BatchingAdapter.cpp | 65 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 67 inline MsgReadConfig(BatchingAdapter& adapter) : in readConfigCommand() function 94 sendMsg(new MsgReadConfig(*this)); in readConfigCommand()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 476 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 479 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() function 492 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 495 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 498 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() argument 511 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.cpp | 664 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 667 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() function 692 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 630 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 633 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() argument 658 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 792 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 795 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() argument 820 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.cpp | 792 struct MsgReadConfig : public LocMsg { in readConfigCommand() struct 795 inline MsgReadConfig(GnssAdapter* adapter, in readConfigCommand() function 820 sendMsg(new MsgReadConfig(this, *mContext)); in readConfigCommand()
|