Searched refs:startTracking (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options);
70 startTracking,
133 static uint32_t startTracking(LocationAPI* client, LocationOptions& options) function
H A DGnssAdapter.h163 LocationError startTracking(const LocationOptions& options);
H A DGnssAdapter.cpp1276 err = startTracking(options);
1289 err = startTracking(options);
1297 GnssAdapter::startTracking(const LocationOptions& options) function in class:GnssAdapter
1422 err = startTracking(options);
1442 err = startTracking(options);
1446 err = startTracking(smallestIntervalOptions);
1519 err = startTracking(smallestIntervalOptions);
/hardware/qcom/gps/sdm845/gnss/
H A Dlocation_gnss.cpp42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options);
70 startTracking,
133 static uint32_t startTracking(LocationAPI* client, LocationOptions& options) function
H A DGnssAdapter.h163 LocationError startTracking(const LocationOptions& options);
H A DGnssAdapter.cpp1301 err = startTracking(options);
1314 err = startTracking(options);
1322 GnssAdapter::startTracking(const LocationOptions& options) function in class:GnssAdapter
1447 err = startTracking(options);
1467 err = startTracking(options);
1471 err = startTracking(smallestIntervalOptions);
1544 err = startTracking(smallestIntervalOptions);
/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h41 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); member in struct:GnssInterface
66 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); member in struct:FlpInterface
H A DLocationAPI.cpp290 LocationAPI::startTracking(LocationOptions& locationOptions) function in class:LocationAPI
298 id = gData.flpInterface->startTracking(this, locationOptions);
300 id = gData.gnssInterface->startTracking(this, locationOptions);
302 id = gData.flpInterface->startTracking(this, locationOptions);
304 id = gData.gnssInterface->startTracking(this, locationOptions);
H A DLocationAPIClientBase.cpp149 uint32_t session = mLocationAPI->startTracking(options);
152 // startTracking returns, so we are not going to unlock mutex
238 trackingSession = mLocationAPI->startTracking(options);
350 trackingSession = mLocationAPI->startTracking(options);
H A DLocationAPI.h125 // supports startTracking API with minInterval param
129 // supports startTracking API with minDistance param
137 // supports startTracking/startBatching API with LocationOptions.mode of MSB (Ms Based)
139 // supports startTracking/startBatching API with LocationOptions.mode of MSA (MS Assisted)
646 /* Used for startTracking API, optional can be NULL
748 /* startTracking starts a tracking session, which returns a session id that will be
754 LOCATION_ERROR_ALREADY_STARTED if a startTracking session is already in progress
757 uint32_t startTracking(LocationOptions&); // returns session id
/hardware/qcom/gps/sdm845/location/
H A Dlocation_interface.h41 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); member in struct:GnssInterface
66 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); member in struct:FlpInterface
H A DLocationAPI.cpp290 LocationAPI::startTracking(LocationOptions& locationOptions) function in class:LocationAPI
298 id = gData.flpInterface->startTracking(this, locationOptions);
300 id = gData.gnssInterface->startTracking(this, locationOptions);
302 id = gData.flpInterface->startTracking(this, locationOptions);
304 id = gData.gnssInterface->startTracking(this, locationOptions);
H A DLocationAPIClientBase.cpp145 uint32_t session = mLocationAPI->startTracking(options);
148 // startTracking returns, so we are not going to unlock mutex
232 trackingSession = mLocationAPI->startTracking(options);
344 trackingSession = mLocationAPI->startTracking(options);
H A DLocationAPI.h125 // supports startTracking API with minInterval param
129 // supports startTracking API with minDistance param
137 // supports startTracking/startBatching API with LocationOptions.mode of MSB (Ms Based)
139 // supports startTracking/startBatching API with LocationOptions.mode of MSA (MS Assisted)
646 /* Used for startTracking API, optional can be NULL
748 /* startTracking starts a tracking session, which returns a session id that will be
754 LOCATION_ERROR_ALREADY_STARTED if a startTracking session is already in progress
757 uint32_t startTracking(LocationOptions&); // returns session id

Completed in 63 milliseconds