Lines Matching refs:LocationControlAPI
59 LocationControlAPI* controlAPI;
591 LocationControlAPI*
592 LocationControlAPI::createInstance(LocationControlCallbacks& locationControlCallbacks) in createInstance()
594 LocationControlAPI* controlAPI = NULL; in createInstance()
610 gData.controlAPI = new LocationControlAPI(); in createInstance()
622 LocationControlAPI::destroy() in destroy()
627 LocationControlAPI::LocationControlAPI() in LocationControlAPI() function in LocationControlAPI
632 LocationControlAPI::~LocationControlAPI() in ~LocationControlAPI()
643 LocationControlAPI::enable(LocationTechnologyType techType) in enable()
660 LocationControlAPI::disable(uint32_t id) in disable()
675 LocationControlAPI::gnssUpdateConfig(GnssConfig config) in gnssUpdateConfig()
691 uint32_t* LocationControlAPI::gnssGetConfig(GnssConfigFlagsMask mask) { in gnssGetConfig()
707 LocationControlAPI::gnssDeleteAidingData(GnssAidingData& data) in gnssDeleteAidingData()
723 uint32_t LocationControlAPI::resetConstellationConfig() { in resetConstellationConfig()
737 uint32_t LocationControlAPI::configConstellations( in configConstellations()
754 uint32_t LocationControlAPI::configConstrainedTimeUncertainty( in configConstrainedTimeUncertainty()
771 uint32_t LocationControlAPI::configPositionAssistedClockEstimator(bool enable) { in configPositionAssistedClockEstimator()
785 uint32_t LocationControlAPI::configLeverArm(const LeverArmConfigInfo& configInfo) { in configLeverArm()