Home
last modified time | relevance | path

Searched refs:LocationError (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h95 void onResponseCb(LocationError error, uint32_t id);
96 void onCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
98 void onCtrlResponseCb(LocationError error, uint32_t id);
99 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
110 inline virtual void onStartTrackingCb(LocationError /*error*/) {} in onStartTrackingCb() argument
111 inline virtual void onStopTrackingCb(LocationError /*error*/) {} in onStopTrackingCb() argument
112 inline virtual void onUpdateTrackingOptionsCb(LocationError /*error*/) {} in onUpdateTrackingOptionsCb() argument
118 inline virtual void onStartBatchingCb(LocationError /*error*/) {} in onStartBatchingCb() argument
119 inline virtual void onStopBatchingCb(LocationError /*error*/) {} in onStopBatchingCb() argument
120 inline virtual void onUpdateBatchingOptionsCb(LocationError /*error*/) {} in onUpdateBatchingOptionsCb() argument
[all …]
DLocationAPIClientBase.cpp74 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
78 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
93 [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
97 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks()
675 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb()
690 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
710 void LocationAPIClientBase::onCtrlResponseCb(LocationError error, uint32_t id) in onCtrlResponseCb()
725 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
DLocationAPI.h50 } LocationError; typedef
565 LocationError err, // if not SUCCESS, then id is not valid
574 LocationError* errs, // array of LocationError associated to the request
/hardware/qcom/gps/msm8998/core/
DLocApiBase.h148 virtual LocationError
168 virtual LocationError
170 virtual LocationError
173 virtual LocationError
175 virtual LocationError setSUPLVersion(GnssConfigSuplVersion version);
178 virtual LocationError setLPPConfig(GnssConfigLppProfile profile);
203 virtual LocationError
205 virtual LocationError setLPPeProtocolCp(GnssConfigLppeControlPlaneMask lppeCP);
206 virtual LocationError setLPPeProtocolUp(GnssConfigLppeUserPlaneMask lppeUP);
239 virtual LocationError setGpsLock(GnssConfigGpsLock lock);
[all …]
DLocApiBase.cpp423 LocationError LocApiBase:: in open()
464 LocationError LocApiBase:: in open()
468 LocationError LocApiBase:: in open()
472 LocationError LocApiBase:: in open()
476 LocationError LocApiBase:: in open()
484 LocationError LocApiBase:: in open()
519 LocationError LocApiBase:: in open()
523 LocationError LocApiBase:: in open()
527 LocationError LocApiBase:: in open()
570 LocationError LocApiBase:: in initDataServiceClient()
[all …]
/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.h62 void onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
63 void onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
64 void onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
65 void onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
DGeofenceAPIClient.cpp103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
180 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb()
196 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb()
212 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb()
228 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
DGnssAPIClient.h85 void onStartTrackingCb(LocationError error) final;
86 void onStopTrackingCb(LocationError error) final;
DGnssAPIClient.cpp358 void GnssAPIClient::onStartTrackingCb(LocationError error) in onStartTrackingCb()
367 void GnssAPIClient::onStopTrackingCb(LocationError error) in onStopTrackingCb()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.h151 void reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId);
162 LocationError startTrackingMultiplex(const LocationOptions& options);
163 LocationError startTracking(const LocationOptions& options);
164 LocationError stopTrackingMultiplex(LocationAPI* client, uint32_t id);
165 LocationError stopTracking();
194 void reportResponse(LocationError err, uint32_t sessionId);
195 void reportResponse(size_t count, LocationError* errs, uint32_t* ids);
DGnssAdapter.cpp599 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand()
600 LocationError err = LOCATION_ERROR_SUCCESS; in gnssUpdateConfigCommand()
784 LocationError err = LOCATION_ERROR_SUCCESS; in gnssDeleteAidingDataCommand()
964 LocationError err = stopTrackingMultiplex(it->first.client, it->first.id); in stopClientSessions()
1160 GnssAdapter::reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId) in reportResponse()
1174 GnssAdapter::reportResponse(LocationError err, uint32_t sessionId) in reportResponse()
1186 GnssAdapter::reportResponse(size_t count, LocationError* errs, uint32_t* ids) in reportResponse()
1236 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingCommand()
1258 LocationError
1261 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingMultiplex()
[all …]