Searched refs:highestPowerTrackingOptions (Results 1 – 3 of 3) sorted by relevance
2273 TrackingOptions highestPowerTrackingOptions; in checkAndRestartTimeBasedSession() local2275 memset(&highestPowerTrackingOptions, 0, sizeof(highestPowerTrackingOptions)); in checkAndRestartTimeBasedSession()2285 if (0 == highestPowerTrackingOptions.size || in checkAndRestartTimeBasedSession()2287 powerMode < highestPowerTrackingOptions.powerMode)) { in checkAndRestartTimeBasedSession()2288 highestPowerTrackingOptions = it->second; in checkAndRestartTimeBasedSession()2292 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in checkAndRestartTimeBasedSession()2294 if(!checkAndSetSPEToRunforNHz(highestPowerTrackingOptions)) { in checkAndRestartTimeBasedSession()2295 mLocApi->startTimeBasedTracking(highestPowerTrackingOptions, nullptr); in checkAndRestartTimeBasedSession()
2154 TrackingOptions highestPowerTrackingOptions; in restartSessions() local2156 memset(&highestPowerTrackingOptions, 0, sizeof(highestPowerTrackingOptions)); in restartSessions()2165 if (0 == highestPowerTrackingOptions.size || in restartSessions()2167 powerMode < highestPowerTrackingOptions.powerMode)) { in restartSessions()2168 highestPowerTrackingOptions = it->second; in restartSessions()2172 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in restartSessions()2173 mLocApi->startTimeBasedTracking(highestPowerTrackingOptions, nullptr); in restartSessions()
2661 TrackingOptions highestPowerTrackingOptions; in checkAndRestartTimeBasedSession() local2663 memset(&highestPowerTrackingOptions, 0, sizeof(highestPowerTrackingOptions)); in checkAndRestartTimeBasedSession()2673 if (0 == highestPowerTrackingOptions.size || in checkAndRestartTimeBasedSession()2675 powerMode < highestPowerTrackingOptions.powerMode)) { in checkAndRestartTimeBasedSession()2676 highestPowerTrackingOptions = it->second; in checkAndRestartTimeBasedSession()2680 highestPowerTrackingOptions.setLocationOptions(smallestIntervalOptions); in checkAndRestartTimeBasedSession()2682 if(!checkAndSetSPEToRunforNHz(highestPowerTrackingOptions)) { in checkAndRestartTimeBasedSession()2683 mLocApi->startTimeBasedTracking(highestPowerTrackingOptions, nullptr); in checkAndRestartTimeBasedSession()