Searched refs:smallestIntervalOptions (Results 1 – 4 of 4) sorted by relevance
1042 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in restartSessions() local1044 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() local1286 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()[all …]
1035 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in restartSessions() local1037 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in restartSessions()1038 it->second.minInterval < smallestIntervalOptions.minInterval) { in restartSessions()1039 smallestIntervalOptions = it->second; in restartSessions()1044 convertOptions(locPosMode, smallestIntervalOptions); in restartSessions()1277 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in startTrackingMultiplex() local1279 if (0 == smallestIntervalOptions.size || //size of zero means we havent set it yet in startTrackingMultiplex()1280 it->second.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()1281 smallestIntervalOptions = it->second; in startTrackingMultiplex()1285 if (options.minInterval < smallestIntervalOptions.minInterval) { in startTrackingMultiplex()[all …]
1102 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time in restartSessions() local1104 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() local1367 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()[all …]
2153 TrackingOptions smallestIntervalOptions; // size is zero until set for the first time in restartSessions() local2155 memset(&smallestIntervalOptions, 0, sizeof(smallestIntervalOptions)); in restartSessions()2159 if (0 == smallestIntervalOptions.size || in restartSessions()2160 it->second.minInterval < smallestIntervalOptions.minInterval) { in restartSessions()2161 smallestIntervalOptions = it->second; in restartSessions()2172 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in restartSessions()