HomeSort by relevance Sort by last modified time
    Searched refs:LocationSessionRequest (Results 1 - 2 of 2) sorted by null

  /system/chre/core/include/chre/core/
gnss_request_manager.h 118 struct LocationSessionRequest {
159 DynamicVector<LocationSessionRequest> mLocationSessionRequests;
  /system/chre/core/
gnss_request_manager.cc 236 LocationSessionRequest& request = mLocationSessionRequests[i];
277 LocationSessionRequest locationSessionRequest;
278 locationSessionRequest.nanoappInstanceId = instanceId;
279 locationSessionRequest.minInterval = minInterval;
280 success = mLocationSessionRequests.push_back(locationSessionRequest);

Completed in 56 milliseconds