/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.h | 96 void onResponseCb(LocationError error, uint32_t id); 97 void onCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids); 99 void onCtrlResponseCb(LocationError error, uint32_t id); 100 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids); 111 inline virtual void onStartTrackingCb(LocationError /*error*/) {} in onStartTrackingCb() argument 112 inline virtual void onStopTrackingCb(LocationError /*error*/) {} in onStopTrackingCb() argument 113 inline virtual void onUpdateTrackingOptionsCb(LocationError /*error*/) {} in onUpdateTrackingOptionsCb() argument 119 inline virtual void onStartBatchingCb(LocationError /*error*/) {} in onStartBatchingCb() argument 120 inline virtual void onStopBatchingCb(LocationError /*error*/) {} in onStopBatchingCb() argument 121 inline virtual void onUpdateBatchingOptionsCb(LocationError /*error*/) {} in onUpdateBatchingOptionsCb() argument [all …]
|
D | LocationAPIClientBase.cpp | 79 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks() 83 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 98 [this](LocationError error, uint32_t id) { in locAPISetCallbacks() 102 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 745 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb() 760 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb() 781 void LocationAPIClientBase::onCtrlResponseCb(LocationError error, uint32_t id) in onCtrlResponseCb() 796 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
|
D | LocationAPI.h | 59 } LocationError; typedef 633 LocationError err, // if not SUCCESS, then id is not valid 642 LocationError* errs, // array of LocationError associated to the request
|
/hardware/qcom/gps/sdm845/location/ |
D | LocationAPIClientBase.h | 96 void onResponseCb(LocationError error, uint32_t id); 97 void onCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids); 99 void onCtrlResponseCb(LocationError error, uint32_t id); 100 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids); 111 inline virtual void onStartTrackingCb(LocationError /*error*/) {} in onStartTrackingCb() argument 112 inline virtual void onStopTrackingCb(LocationError /*error*/) {} in onStopTrackingCb() argument 113 inline virtual void onUpdateTrackingOptionsCb(LocationError /*error*/) {} in onUpdateTrackingOptionsCb() argument 119 inline virtual void onStartBatchingCb(LocationError /*error*/) {} in onStartBatchingCb() argument 120 inline virtual void onStopBatchingCb(LocationError /*error*/) {} in onStopBatchingCb() argument 121 inline virtual void onUpdateBatchingOptionsCb(LocationError /*error*/) {} in onUpdateBatchingOptionsCb() argument [all …]
|
D | LocationAPIClientBase.cpp | 78 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks() 82 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 97 [this](LocationError error, uint32_t id) { in locAPISetCallbacks() 101 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 739 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb() 754 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb() 775 void LocationAPIClientBase::onCtrlResponseCb(LocationError error, uint32_t id) in onCtrlResponseCb() 790 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb()
|
D | LocationAPI.h | 59 } LocationError; typedef 633 LocationError err, // if not SUCCESS, then id is not valid 642 LocationError* errs, // array of LocationError associated to the request
|
/hardware/qcom/gps/sdm845/core/ |
D | LocApiBase.h | 148 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 …]
|
D | LocApiBase.cpp | 424 LocationError LocApiBase:: in open() 465 LocationError LocApiBase:: in open() 469 LocationError LocApiBase:: in open() 473 LocationError LocApiBase:: in open() 477 LocationError LocApiBase:: in open() 485 LocationError LocApiBase:: in open() 520 LocationError LocApiBase:: in open() 524 LocationError LocApiBase:: in open() 528 LocationError LocApiBase:: in open() 571 LocationError LocApiBase:: in initDataServiceClient() [all …]
|
/hardware/qcom/gps/msm8998/core/ |
D | LocApiBase.h | 148 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 …]
|
D | LocApiBase.cpp | 423 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/sdm845/android/location_api/ |
D | GeofenceAPIClient.h | 62 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;
|
D | GeofenceAPIClient.cpp | 103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd() 188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb() 208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb() 228 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb() 248 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
|
D | GnssAPIClient.h | 86 void onStartTrackingCb(LocationError error) final; 87 void onStopTrackingCb(LocationError error) final;
|
D | GnssAPIClient.cpp | 387 void GnssAPIClient::onStartTrackingCb(LocationError error) in onStartTrackingCb() 404 void GnssAPIClient::onStopTrackingCb(LocationError error) in onStopTrackingCb()
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GeofenceAPIClient.h | 62 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;
|
D | GeofenceAPIClient.cpp | 103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd() 188 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb() 208 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb() 228 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb() 248 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
|
D | GnssAPIClient.h | 86 void onStartTrackingCb(LocationError error) final; 87 void onStopTrackingCb(LocationError error) final;
|
D | GnssAPIClient.cpp | 387 void GnssAPIClient::onStartTrackingCb(LocationError error) in onStartTrackingCb() 404 void GnssAPIClient::onStopTrackingCb(LocationError error) in onStopTrackingCb()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.h | 152 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(); 166 LocationError updateTrackingMultiplex(LocationAPI* client, uint32_t id, 196 void reportResponse(LocationError err, uint32_t sessionId); 197 void reportResponse(size_t count, LocationError* errs, uint32_t* ids);
|
D | GnssAdapter.cpp | 615 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand() 616 LocationError err = LOCATION_ERROR_SUCCESS; in gnssUpdateConfigCommand() 800 LocationError err = LOCATION_ERROR_SUCCESS; in gnssDeleteAidingDataCommand() 975 LocationError err = stopTrackingMultiplex(it->first.client, it->first.id); in stopClientSessions() 1172 GnssAdapter::reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId) in reportResponse() 1186 GnssAdapter::reportResponse(LocationError err, uint32_t sessionId) in reportResponse() 1198 GnssAdapter::reportResponse(size_t count, LocationError* errs, uint32_t* ids) in reportResponse() 1248 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingCommand() 1270 LocationError 1273 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingMultiplex() [all …]
|
/hardware/qcom/gps/sdm845/gnss/ |
D | GnssAdapter.h | 152 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(); 166 LocationError updateTrackingMultiplex(LocationAPI* client, uint32_t id, 196 void reportResponse(LocationError err, uint32_t sessionId); 197 void reportResponse(size_t count, LocationError* errs, uint32_t* ids);
|
D | GnssAdapter.cpp | 614 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand() 615 LocationError err = LOCATION_ERROR_SUCCESS; in gnssUpdateConfigCommand() 810 LocationError err = LOCATION_ERROR_SUCCESS; in gnssDeleteAidingDataCommand() 988 LocationError err = stopTrackingMultiplex(it->first.client, it->first.id); in stopClientSessions() 1197 GnssAdapter::reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId) in reportResponse() 1211 GnssAdapter::reportResponse(LocationError err, uint32_t sessionId) in reportResponse() 1223 GnssAdapter::reportResponse(size_t count, LocationError* errs, uint32_t* ids) in reportResponse() 1273 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingCommand() 1295 LocationError 1298 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingMultiplex() [all …]
|