/hardware/qcom/gps/msm8998/gnss/ |
H A D | location_gnss.cpp | 42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options); 70 startTracking, 133 static uint32_t startTracking(LocationAPI* client, LocationOptions& options) function
|
H A D | GnssAdapter.h | 163 LocationError startTracking(const LocationOptions& options);
|
H A D | GnssAdapter.cpp | 1276 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 D | location_gnss.cpp | 42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options); 70 startTracking, 133 static uint32_t startTracking(LocationAPI* client, LocationOptions& options) function
|
H A D | GnssAdapter.h | 163 LocationError startTracking(const LocationOptions& options);
|
H A D | GnssAdapter.cpp | 1301 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 D | location_interface.h | 41 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 D | LocationAPI.cpp | 290 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 D | LocationAPIClientBase.cpp | 149 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 D | LocationAPI.h | 125 // 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 D | location_interface.h | 41 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 D | LocationAPI.cpp | 290 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 D | LocationAPIClientBase.cpp | 145 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 D | LocationAPI.h | 125 // 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
|