Lines Matching refs:locApiResponse
1511 GnssAdapter::gnssSecondaryBandConfigUpdate(LocApiResponse* locApiResponse) in gnssSecondaryBandConfigUpdate() argument
1519 mLocApi->configConstellationMultiBand(mGnssSeconaryBandConfig, locApiResponse); in gnssSecondaryBandConfigUpdate()
1679 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1683 if (!locApiResponse) { in gnssGetConfigCommand()
1687 mApi.getRobustLocationConfig(sessionId, locApiResponse); in gnssGetConfigCommand()
1693 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1697 if (!locApiResponse) { in gnssGetConfigCommand()
1701 mApi.getMinGpsWeek(sessionId, locApiResponse); in gnssGetConfigCommand()
1707 LocApiResponse* locApiResponse = in gnssGetConfigCommand() local
1711 if (!locApiResponse) { in gnssGetConfigCommand()
1716 locApiResponse); in gnssGetConfigCommand()
5809 LocApiResponse* locApiResponse = nullptr; in setConstrainedTunc() local
5811 locApiResponse = in setConstrainedTunc()
5815 if (!locApiResponse) { in setConstrainedTunc()
5820 enable, tuncConstraint, energyBudget, locApiResponse); in setConstrainedTunc()
5870 LocApiResponse* locApiResponse = nullptr; in setPositionAssistedClockEstimator() local
5872 locApiResponse = in setPositionAssistedClockEstimator()
5876 if (!locApiResponse) { in setPositionAssistedClockEstimator()
5880 mLocApi->setPositionAssistedClockEstimatorMode(enable, locApiResponse); in setPositionAssistedClockEstimator()
5940 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssUpdateSvConfig() local
5943 if (!locApiResponse) { in gnssUpdateSvConfig()
5946 mLocApi->setBlacklistSv(mGnssSvIdConfig, locApiResponse); in gnssUpdateSvConfig()
5992 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssUpdateSecondaryBandConfig() local
5995 if (!locApiResponse) { in gnssUpdateSecondaryBandConfig()
6001 gnssSecondaryBandConfigUpdate(locApiResponse); in gnssUpdateSecondaryBandConfig()
6040 LocApiResponse* locApiResponse = new LocApiResponse(*getContext(), in gnssGetSecondaryBandConfig() local
6043 if (!locApiResponse) { in gnssGetSecondaryBandConfig()
6047 mLocApi->getConstellationMultiBandConfig(sessionId, locApiResponse); in gnssGetSecondaryBandConfig()
6238 LocApiResponse* locApiResponse = nullptr; in configRobustLocation() local
6240 locApiResponse = in configRobustLocation()
6244 if (!locApiResponse) { in configRobustLocation()
6248 mLocApi->configRobustLocation(enable, enableForE911, locApiResponse); in configRobustLocation()
6287 LocApiResponse* locApiResponse = nullptr; in configMinGpsWeek() local
6289 locApiResponse = in configMinGpsWeek()
6293 if (!locApiResponse) { in configMinGpsWeek()
6297 mLocApi->configMinGpsWeek(minGpsWeek, locApiResponse); in configMinGpsWeek()