OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocationSessionRequests
(Results
1 - 2
of
2
) sorted by null
/system/chre/core/
gnss_request_manager.cc
28
if (!
mLocationSessionRequests
.reserve(1)) {
106
for (const auto& request :
mLocationSessionRequests
) {
156
mLocationSessionRequests
.size() - 1);
171
for (size_t i = 0; i <
mLocationSessionRequests
.size(); i++) {
172
if (
mLocationSessionRequests
[i].nanoappInstanceId == instanceId) {
203
return !
mLocationSessionRequests
.empty();
210
bool hasMoreThanOneRequest = (
mLocationSessionRequests
.size() > 1);
222
&&
mLocationSessionRequests
.size() == 1);
234
const auto& currentRequest =
mLocationSessionRequests
[requestIndex];
235
for (size_t i = 0; i <
mLocationSessionRequests
.size(); i++)
[
all
...]
/system/chre/core/include/chre/core/
gnss_request_manager.h
159
DynamicVector<LocationSessionRequest>
mLocationSessionRequests
;
162
//! valid if the
mLocationSessionRequests
is non-empty.
Completed in 109 milliseconds