Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1042 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()
[all …]
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp1102 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()
[all …]
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp2272 TrackingOptions smallestIntervalOptions; // size is zero until set for the first time in checkAndRestartTimeBasedSession() local
2274 memset(&smallestIntervalOptions, 0, sizeof(smallestIntervalOptions)); in checkAndRestartTimeBasedSession()
2279 if (0 == smallestIntervalOptions.size || in checkAndRestartTimeBasedSession()
2280 it->second.minInterval < smallestIntervalOptions.minInterval) { in checkAndRestartTimeBasedSession()
2281 smallestIntervalOptions = it->second; in checkAndRestartTimeBasedSession()
2292 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in checkAndRestartTimeBasedSession()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp2153 TrackingOptions smallestIntervalOptions; // size is zero until set for the first time in restartSessions() local
2155 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()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp2668 TrackingOptions smallestIntervalOptions; // size is zero until set for the first time in checkAndRestartTimeBasedSession() local
2670 memset(&smallestIntervalOptions, 0, sizeof(smallestIntervalOptions)); in checkAndRestartTimeBasedSession()
2675 if (0 == smallestIntervalOptions.size || in checkAndRestartTimeBasedSession()
2676 it->second.minInterval < smallestIntervalOptions.minInterval) { in checkAndRestartTimeBasedSession()
2677 smallestIntervalOptions = it->second; in checkAndRestartTimeBasedSession()
2688 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in checkAndRestartTimeBasedSession()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp2669 TrackingOptions smallestIntervalOptions; // size is zero until set for the first time in checkAndRestartTimeBasedSession() local
2671 memset(&smallestIntervalOptions, 0, sizeof(smallestIntervalOptions)); in checkAndRestartTimeBasedSession()
2676 if (0 == smallestIntervalOptions.size || in checkAndRestartTimeBasedSession()
2677 it->second.minInterval < smallestIntervalOptions.minInterval) { in checkAndRestartTimeBasedSession()
2678 smallestIntervalOptions = it->second; in checkAndRestartTimeBasedSession()
2689 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in checkAndRestartTimeBasedSession()