Searched refs:mLocationControlAPI (Results 1 – 2 of 2) sorted by relevance
43 mLocationControlAPI(nullptr), in LocationAPIClientBase()88 if (mLocationControlAPI == nullptr) { in locAPISetCallbacks()101 mLocationControlAPI = LocationControlAPI::createInstance(locationControlCallbacks); in locAPISetCallbacks()111 if (mLocationControlAPI) { in ~LocationAPIClientBase()112 mLocationControlAPI->destroy(); in ~LocationAPIClientBase()113 mLocationControlAPI = nullptr; in ~LocationAPIClientBase()559 if (mLocationControlAPI) { in locAPIGnssDeleteAidingData()565 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData()581 if (mLocationControlAPI) { in locAPIEnable()587 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable()[all …]
447 LocationControlAPI* mLocationControlAPI; variable