Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp1510 GnssAdapter::gnssSecondaryBandConfigUpdate(LocApiResponse* locApiResponse) in gnssSecondaryBandConfigUpdate() argument
1518 mLocApi->configConstellationMultiBand(mGnssSeconaryBandConfig, locApiResponse); in gnssSecondaryBandConfigUpdate()
1678 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1682 if (!locApiResponse) { in gnssGetConfigCommand()
1686 mApi.getRobustLocationConfig(sessionId, locApiResponse); in gnssGetConfigCommand()
1692 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1696 if (!locApiResponse) { in gnssGetConfigCommand()
1700 mApi.getMinGpsWeek(sessionId, locApiResponse); in gnssGetConfigCommand()
1706 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1710 if (!locApiResponse) { in gnssGetConfigCommand()
[all …]
DGnssAdapter.h436 void gnssSecondaryBandConfigUpdate(LocApiResponse* locApiResponse= nullptr);
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp5111 LocApiResponse* locApiResponse = nullptr; in setConstrainedTunc() local
5113 locApiResponse = in setConstrainedTunc()
5117 if (!locApiResponse) { in setConstrainedTunc()
5122 enable, tuncConstraint, energyBudget, locApiResponse); in setConstrainedTunc()
5172 LocApiResponse* locApiResponse = nullptr; in setPositionAssistedClockEstimator() local
5174 locApiResponse = in setPositionAssistedClockEstimator()
5178 if (!locApiResponse) { in setPositionAssistedClockEstimator()
5182 mLocApi->setPositionAssistedClockEstimatorMode(enable, locApiResponse); in setPositionAssistedClockEstimator()
5232 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in updateSvConfig() local
5235 if (!locApiResponse) { in updateSvConfig()
[all …]
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h436 void gnssSecondaryBandConfigUpdate(LocApiResponse* locApiResponse= nullptr);