Lines Matching refs:locApiResponse
1510 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()
1715 locApiResponse); in gnssGetConfigCommand()
5808 LocApiResponse* locApiResponse = nullptr; in setConstrainedTunc() local
5810 locApiResponse = in setConstrainedTunc()
5814 if (!locApiResponse) { in setConstrainedTunc()
5819 enable, tuncConstraint, energyBudget, locApiResponse); in setConstrainedTunc()
5869 LocApiResponse* locApiResponse = nullptr; in setPositionAssistedClockEstimator() local
5871 locApiResponse = in setPositionAssistedClockEstimator()
5875 if (!locApiResponse) { in setPositionAssistedClockEstimator()
5879 mLocApi->setPositionAssistedClockEstimatorMode(enable, locApiResponse); in setPositionAssistedClockEstimator()
5939 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssUpdateSvConfig() local
5942 if (!locApiResponse) { in gnssUpdateSvConfig()
5945 mLocApi->setBlacklistSv(mGnssSvIdConfig, locApiResponse); in gnssUpdateSvConfig()
5991 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssUpdateSecondaryBandConfig() local
5994 if (!locApiResponse) { in gnssUpdateSecondaryBandConfig()
6000 gnssSecondaryBandConfigUpdate(locApiResponse); in gnssUpdateSecondaryBandConfig()
6039 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssGetSecondaryBandConfig() local
6042 if (!locApiResponse) { in gnssGetSecondaryBandConfig()
6046 mLocApi->getConstellationMultiBandConfig(sessionId, locApiResponse); in gnssGetSecondaryBandConfig()
6237 LocApiResponse* locApiResponse = nullptr; in configRobustLocation() local
6239 locApiResponse = in configRobustLocation()
6243 if (!locApiResponse) { in configRobustLocation()
6247 mLocApi->configRobustLocation(enable, enableForE911, locApiResponse); in configRobustLocation()
6286 LocApiResponse* locApiResponse = nullptr; in configMinGpsWeek() local
6288 locApiResponse = in configMinGpsWeek()
6292 if (!locApiResponse) { in configMinGpsWeek()
6296 mLocApi->configMinGpsWeek(minGpsWeek, locApiResponse); in configMinGpsWeek()