Lines Matching refs:smallestIntervalOptions

1042     LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time  in restartSessions()  local
1044 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in restartSessions()
1045 it->second.minInterval < smallestIntervalOptions.minInterval) { in restartSessions()
1046 smallestIntervalOptions = it->second; in restartSessions()
1051 convertOptions(locPosMode, smallestIntervalOptions); in restartSessions()
1284 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in startTrackingMultiplex() local
1286 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in startTrackingMultiplex()
1287 it->second.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()
1288 smallestIntervalOptions = it->second; in startTrackingMultiplex()
1292 if (options.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()
1435 LocationOptions smallestIntervalOptions = {}; // size is 0 until set for the first time in updateTrackingMultiplex() local
1439 if (it2->first != key && (0 == smallestIntervalOptions.size || in updateTrackingMultiplex()
1440 it2->second.minInterval < smallestIntervalOptions.minInterval)) { in updateTrackingMultiplex()
1441 smallestIntervalOptions = it2->second; in updateTrackingMultiplex()
1445 if (options.minInterval < smallestIntervalOptions.minInterval) { in updateTrackingMultiplex()
1449 } else if (it->second.minInterval < smallestIntervalOptions.minInterval) { in updateTrackingMultiplex()
1451 err = startTracking(smallestIntervalOptions); in updateTrackingMultiplex()
1512 LocationOptions smallestIntervalOptions = {}; // size is 0 until set for the first time in stopTrackingMultiplex() local
1516 if (it2->first != key && (0 == smallestIntervalOptions.size || in stopTrackingMultiplex()
1517 it2->second.minInterval < smallestIntervalOptions.minInterval)) { in stopTrackingMultiplex()
1518 smallestIntervalOptions = it2->second; in stopTrackingMultiplex()
1522 if (it->second.minInterval < smallestIntervalOptions.minInterval) { in stopTrackingMultiplex()
1524 err = startTracking(smallestIntervalOptions); in stopTrackingMultiplex()