Home | History | Annotate | Download | only in gnss

Lines Matching refs:LocationOptions

96 GnssAdapter::convertOptions(LocPosMode& out, const LocationOptions& options)
1026 // get the LocationOptions that has the smallest interval, which should be the active one
1027 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time
1142 const LocationOptions& options)
1212 GnssAdapter::startTrackingCommand(LocationAPI* client, LocationOptions& options)
1223 LocationOptions mOptions;
1228 LocationOptions options) :
1259 GnssAdapter::startTrackingMultiplex(const LocationOptions& options)
1267 // get the LocationOptions that has the smallest interval, which should be the active one
1268 LocationOptions smallestIntervalOptions = {}; // size is zero until set for the first time
1286 GnssAdapter::startTracking(const LocationOptions& options)
1363 LocationOptions& options)
1373 LocationOptions mOptions;
1378 LocationOptions options) :
1461 LocationOptions smallestIntervalOptions; // size will be zero until set for the first time