Lines Matching refs:smallestIntervalOptions
1102 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in restartSessions() local
1104 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in restartSessions()
1105 it->second.minInterval < smallestIntervalOptions.minInterval) { in restartSessions()
1106 smallestIntervalOptions = it->second; in restartSessions()
1111 convertOptions(locPosMode, smallestIntervalOptions); in restartSessions()
1365 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in startTrackingMultiplex() local
1367 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in startTrackingMultiplex()
1368 it->second.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()
1369 smallestIntervalOptions = it->second; in startTrackingMultiplex()
1373 if (options.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()
1516 LocationOptions smallestIntervalOptions = {}; // size is 0 until set for the first time in updateTrackingMultiplex() local
1520 if (it2->first != key && (0 == smallestIntervalOptions.size || in updateTrackingMultiplex()
1521 it2->second.minInterval < smallestIntervalOptions.minInterval)) { in updateTrackingMultiplex()
1522 smallestIntervalOptions = it2->second; in updateTrackingMultiplex()
1526 if (options.minInterval < smallestIntervalOptions.minInterval) { in updateTrackingMultiplex()
1530 } else if (it->second.minInterval < smallestIntervalOptions.minInterval) { in updateTrackingMultiplex()
1532 err = startTracking(smallestIntervalOptions); in updateTrackingMultiplex()
1593 LocationOptions smallestIntervalOptions = {}; // size is 0 until set for the first time in stopTrackingMultiplex() local
1597 if (it2->first != key && (0 == smallestIntervalOptions.size || in stopTrackingMultiplex()
1598 it2->second.minInterval < smallestIntervalOptions.minInterval)) { in stopTrackingMultiplex()
1599 smallestIntervalOptions = it2->second; in stopTrackingMultiplex()
1603 if (it->second.minInterval < smallestIntervalOptions.minInterval) { in stopTrackingMultiplex()
1605 err = startTracking(smallestIntervalOptions); in stopTrackingMultiplex()