OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentLocationSessionInterval
(Results
1 - 2
of
2
) sorted by null
/system/chre/core/
gnss_request_manager.cc
27
:
mCurrentLocationSessionInterval
(UINT64_MAX) {
101
mCurrentLocationSessionInterval
.
209
bool meetsMinInterval = (minInterval >=
mCurrentLocationSessionInterval
);
220
&& minInterval <
mCurrentLocationSessionInterval
);
243
requestToDecreaseRate = (minInterval >
mCurrentLocationSessionInterval
244
&& currentRequest.minInterval ==
mCurrentLocationSessionInterval
359
mCurrentLocationSessionInterval
= stateTransition.minInterval;
/system/chre/core/include/chre/core/
gnss_request_manager.h
163
Milliseconds
mCurrentLocationSessionInterval
;
Completed in 484 milliseconds