Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.cpp6097 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
6105 mConfigInfo(configInfo) {} in configLeverArmCommand()
6109 if (mConfigInfo.leverArmValidMask & LEVER_ARM_TYPE_GNSS_TO_VRP_BIT) { in configLeverArmCommand()
6112 mAdapter.mLocConfigInfo.leverArmConfigInfo.gnssToVRP = mConfigInfo.gnssToVRP; in configLeverArmCommand()
6114 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.cpp6096 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
6104 mConfigInfo(configInfo) {} in configLeverArmCommand()
6108 if (mConfigInfo.leverArmValidMask & LEVER_ARM_TYPE_GNSS_TO_VRP_BIT) { in configLeverArmCommand()
6111 mAdapter.mLocConfigInfo.leverArmConfigInfo.gnssToVRP = mConfigInfo.gnssToVRP; in configLeverArmCommand()
6113 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DGnssAdapter.cpp5337 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
5345 mConfigInfo(configInfo) {} in configLeverArmCommand()
5347 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()