Lines Matching refs:locApiResponse
5111 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()
5238 mLocApi->setConstellationControl(svTypeConfigCopy, locApiResponse); in updateSvConfig()
5279 LocApiResponse* locApiResponse = nullptr; in resetSvConfig() local
5281 locApiResponse = in resetSvConfig()
5285 if (!locApiResponse) { in resetSvConfig()
5289 mLocApi->resetConstellationControl(locApiResponse); in resetSvConfig()