Home
last modified time | relevance | path

Searched refs:iLocation (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp91 for (int iLocation = 0; iLocation < locationsCount; iLocation++) { in locationCb() local
92 if (locations[iLocation] == nullptr) { in locationCb()
93 ALOGE("%s: Null location at slot: %d of %d, skipping", __func__, iLocation, in locationCb()
97 if ((locations[iLocation]->sources_used & ~FLP_TECH_MASK_GNSS_AND_SENSORS) != 0) in locationCb()
100 locations[iLocation]->sources_used, iLocation, locationsCount); in locationCb()
103 gnssLocations.push_back(convertToGnssLocation(locations[iLocation])); in locationCb()