/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 635 LocationError err, // if not SUCCESS, then id is not valid 644 LocationError* errs, // array of LocationError associated to the request
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPIClientBase.h | 68 virtual void onResponse(LocationError /*error*/, uint32_t /*id*/) {} in onResponse() argument 70 size_t /*count*/, LocationError* /*errors*/, uint32_t* /*ids*/) {} in onCollectiveResponse() argument 123 void onCtrlResponseCb(LocationError error, uint32_t id); 124 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids); 126 inline virtual void onGnssDeleteAidingDataCb(LocationError /*error*/) {} in onGnssDeleteAidingDataCb() argument 127 inline virtual void onEnableCb(LocationError /*error*/) {} in onEnableCb() argument 128 inline virtual void onDisableCb(LocationError /*error*/) {} in onDisableCb() argument 130 size_t /*count*/, LocationError* /*errors*/, uint32_t* /*ids*/) {} in onGnssUpdateConfigCb() argument 135 inline void onResponse(LocationError error, uint32_t /*id*/) { in onResponse() 144 inline void onResponse(LocationError error, uint32_t /*id*/) { in onResponse() [all …]
|
D | LocationAPIClientBase.cpp | 57 [this](LocationError error, uint32_t id) { in LocationAPIControlClient() 61 [this](size_t count, LocationError* errors, uint32_t* ids) { in LocationAPIControlClient() 171 void LocationAPIControlClient::onCtrlResponseCb(LocationError error, uint32_t id) in onCtrlResponseCb() 186 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb() 258 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks() 262 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() 866 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id) in onResponseCb() 881 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb()
|
D | LocationAPI.h | 60 } LocationError; typedef 665 LocationError err, // if not SUCCESS, then id is not valid 674 LocationError* errs, // array of LocationError associated to the request
|
/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 | 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/msm8909w_3100/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); 240 virtual LocationError setGpsLock(GnssConfigGpsLock lock); [all …]
|
D | LocApiBase.cpp | 427 LocationError LocApiBase:: in open() 468 LocationError LocApiBase:: in open() 472 LocationError LocApiBase:: in open() 476 LocationError LocApiBase:: in open() 480 LocationError LocApiBase:: in open() 488 LocationError LocApiBase:: in open() 523 LocationError LocApiBase:: in open() 527 LocationError LocApiBase:: in open() 531 LocationError LocApiBase:: in open() 576 LocationError LocApiBase:: in initDataServiceClient() [all …]
|
/hardware/qcom/gps/msm8909w_3100/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 | 104 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd() 189 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb() 209 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb() 229 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb() 249 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb()
|
D | GnssAPIClient.h | 88 void onStartTrackingCb(LocationError error) final; 89 void onStopTrackingCb(LocationError error) final;
|
D | GnssAPIClient.cpp | 456 void GnssAPIClient::onStartTrackingCb(LocationError error) in onStartTrackingCb() 477 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 | 396 void GnssAPIClient::onStartTrackingCb(LocationError error) in onStartTrackingCb() 415 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/msm8909w_3100/gnss/ |
D | GnssAdapter.h | 165 void reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId); 175 LocationError startTrackingMultiplex(const LocationOptions& options); 176 LocationError startTracking(const LocationOptions& options); 177 LocationError stopTrackingMultiplex(LocationAPI* client, uint32_t id); 178 LocationError stopTracking(); 179 LocationError updateTrackingMultiplex(LocationAPI* client, uint32_t id, 209 void reportResponse(LocationError err, uint32_t sessionId); 210 void reportResponse(size_t count, LocationError* errs, uint32_t* ids);
|
D | GnssAdapter.cpp | 644 LocationError* errs = new LocationError[mCount]; in gnssUpdateConfigCommand() 645 LocationError err = LOCATION_ERROR_SUCCESS; in gnssUpdateConfigCommand() 846 LocationError err = LOCATION_ERROR_SUCCESS; in gnssDeleteAidingDataCommand() 1028 LocationError err = stopTrackingMultiplex(it->first.client, it->first.id); in stopClientSessions() 1258 GnssAdapter::reportResponse(LocationAPI* client, LocationError err, uint32_t sessionId) in reportResponse() 1272 GnssAdapter::reportResponse(LocationError err, uint32_t sessionId) in reportResponse() 1284 GnssAdapter::reportResponse(size_t count, LocationError* errs, uint32_t* ids) in reportResponse() 1334 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingCommand() 1356 LocationError 1359 LocationError err = LOCATION_ERROR_SUCCESS; in startTrackingMultiplex() [all …]
|