Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp183 auto& configInfo = tokenInfo->mConfigInfo; in registerHistogram()
294 auto& configInfo = tokenInfo->mConfigInfo; in reconfigHistogram()
347 replaceConfigInfo(tokenInfo->mConfigInfo, nullptr); in unregisterHistogram()
459 std::shared_ptr<ConfigInfo> configInfo = channel.mConfigInfo.lock(); in prepareAtomicCommit()
533 if (tokenInfo.mConfigInfo) { in dump()
534 tokenInfo.mConfigInfo->dump(result, "\t"); in dump()
640 mChannels[configInfo->mChannelId].mConfigInfo = configInfo; in replaceConfigInfo()
689 channel.mConfigInfo = configInfo; in swapInConfigInfo()
707 std::shared_ptr<ConfigInfo> configInfo = channel.mConfigInfo.lock(); in swapOutConfigInfo()
709 channel.mConfigInfo.reset(); in swapOutConfigInfo()
[all …]
DHistogramDevice.h149 std::weak_ptr<ConfigInfo> mConfigInfo; member
168 std::shared_ptr<ConfigInfo> mConfigInfo; member
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp6153 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
6161 mConfigInfo(configInfo) {} in configLeverArmCommand()
6165 if (mConfigInfo.leverArmValidMask & LEVER_ARM_TYPE_GNSS_TO_VRP_BIT) { in configLeverArmCommand()
6168 mAdapter.mLocConfigInfo.leverArmConfigInfo.gnssToVRP = mConfigInfo.gnssToVRP; in configLeverArmCommand()
6170 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp6154 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
6162 mConfigInfo(configInfo) {} in configLeverArmCommand()
6166 if (mConfigInfo.leverArmValidMask & LEVER_ARM_TYPE_GNSS_TO_VRP_BIT) { in configLeverArmCommand()
6169 mAdapter.mLocConfigInfo.leverArmConfigInfo.gnssToVRP = mConfigInfo.gnssToVRP; in configLeverArmCommand()
6171 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp5337 LeverArmConfigInfo mConfigInfo; in configLeverArmCommand() member
5345 mConfigInfo(configInfo) {} in configLeverArmCommand()
5347 mAdapter.configLeverArm(mSessionId, mConfigInfo); in configLeverArmCommand()