/hardware/qcom/sm8150/gps/core/ |
D | LocApiBase.h | 43 struct LocApiResponse; 214 virtual void startFix(const LocPosMode& fixCriteria, LocApiResponse* adapterResponse); 215 virtual void stopFix(LocApiResponse* adapterResponse); 216 virtual void deleteAidingData(const GnssAidingData& data, LocApiResponse* adapterResponse); 264 LocApiResponse *adapterResponse=nullptr); 266 virtual void resetConstellationControl(LocApiResponse *adapterResponse=nullptr); 271 LocApiResponse* adapterResponse=nullptr); 273 LocApiResponse* adapterResponse=nullptr); 278 virtual void removeGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); 279 virtual void pauseGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); [all …]
|
D | LocApiBase.cpp | 607 void LocApiBase::startFix(const LocPosMode& /*posMode*/, LocApiResponse* /*adapterResponse*/) 610 void LocApiBase::stopFix(LocApiResponse* /*adapterResponse*/) 614 deleteAidingData(const GnssAidingData& /*data*/, LocApiResponse* /*adapterResponse*/) 762 LocApiResponse* /*adapterResponse*/) 768 void LocApiBase::resetConstellationControl(LocApiResponse* /*adapterResponse*/) 775 LocApiResponse* /*adapterResponse*/) 780 LocApiResponse* /*adapterResponse*/) 793 LocApiResponse* /*adapterResponse*/) 797 LocApiResponse* /*adapterResponse*/) 801 LocApiResponse* /*adapterResponse*/) [all …]
|
D | ContextBase.h | 193 struct LocApiResponse: LocMsg { struct 203 inline LocApiResponse(ContextBase& context, in LocApiResponse() argument
|
/hardware/qcom/sm7150/gps/core/ |
D | LocApiBase.h | 43 struct LocApiResponse; 214 virtual void startFix(const LocPosMode& fixCriteria, LocApiResponse* adapterResponse); 215 virtual void stopFix(LocApiResponse* adapterResponse); 216 virtual void deleteAidingData(const GnssAidingData& data, LocApiResponse* adapterResponse); 264 LocApiResponse *adapterResponse=nullptr); 266 virtual void resetConstellationControl(LocApiResponse *adapterResponse=nullptr); 271 LocApiResponse* adapterResponse=nullptr); 273 LocApiResponse* adapterResponse=nullptr); 278 virtual void removeGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); 279 virtual void pauseGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); [all …]
|
D | LocApiBase.cpp | 605 void LocApiBase::startFix(const LocPosMode& /*posMode*/, LocApiResponse* /*adapterResponse*/) 608 void LocApiBase::stopFix(LocApiResponse* /*adapterResponse*/) 612 deleteAidingData(const GnssAidingData& /*data*/, LocApiResponse* /*adapterResponse*/) 760 LocApiResponse* /*adapterResponse*/) 766 void LocApiBase::resetConstellationControl(LocApiResponse* /*adapterResponse*/) 773 LocApiResponse* /*adapterResponse*/) 778 LocApiResponse* /*adapterResponse*/) 791 LocApiResponse* /*adapterResponse*/) 795 LocApiResponse* /*adapterResponse*/) 799 LocApiResponse* /*adapterResponse*/) [all …]
|
D | ContextBase.h | 193 struct LocApiResponse: LocMsg { struct 203 inline LocApiResponse(ContextBase& context, in LocApiResponse() argument
|
/hardware/qcom/sm8150p/gps/core/ |
D | LocApiBase.h | 43 struct LocApiResponse; 214 virtual void startFix(const LocPosMode& fixCriteria, LocApiResponse* adapterResponse); 215 virtual void stopFix(LocApiResponse* adapterResponse); 216 virtual void deleteAidingData(const GnssAidingData& data, LocApiResponse* adapterResponse); 273 virtual void removeGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); 274 virtual void pauseGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); 275 virtual void resumeGeofence(uint32_t hwId, uint32_t clientId, LocApiResponse* adapterResponse); 277 LocApiResponse* adapterResponse); 280 LocApiResponse* adapterResponse); 281 virtual void stopTimeBasedTracking(LocApiResponse* adapterResponse); [all …]
|
D | LocApiBase.cpp | 605 void LocApiBase::startFix(const LocPosMode& /*posMode*/, LocApiResponse* /*adapterResponse*/) 608 void LocApiBase::stopFix(LocApiResponse* /*adapterResponse*/) 612 deleteAidingData(const GnssAidingData& /*data*/, LocApiResponse* /*adapterResponse*/) 788 LocApiResponse* /*adapterResponse*/) 792 LocApiResponse* /*adapterResponse*/) 796 LocApiResponse* /*adapterResponse*/) 800 const GeofenceOption& /*options*/, LocApiResponse* /*adapterResponse*/) 804 LocApiResponse* /*adapterResponse*/) 807 void LocApiBase::stopTimeBasedTracking(LocApiResponse* /*adapterResponse*/) 811 const LocationOptions& /*options*/, LocApiResponse* /*adapterResponse*/) [all …]
|
D | ContextBase.h | 191 struct LocApiResponse: LocMsg { struct 201 inline LocApiResponse(ContextBase& context, in LocApiResponse() argument
|
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.cpp | 62 new LocApiResponse(*getContext(), in stopClientSessions() 170 new LocApiResponse(*getContext(), [] (LocationError err ) {})); in restartGeofences() 245 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in addGeofencesCommand() 347 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 354 new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 423 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 429 mApi.pauseGeofence(hwId, mIds[i], new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 498 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 505 new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 581 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in modifyGeofencesCommand() [all …]
|
/hardware/qcom/sm8150/gps/batching/ |
D | BatchingAdapter.cpp | 205 new LocApiResponse(*getContext(), in restartSessions() 238 getBatchingTimeout(), new LocApiResponse(*getContext(), [this] (LocationError err) { in restartSessions() 386 new LocApiResponse(*getContext(), in startBatching() 508 new LocApiResponse(*getContext(), in stopBatching() 572 new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 766 batchingOptions.minInterval, getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 845 getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 866 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in stopTripBatchingMultiplex() 933 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in restartTripBatching() [all …]
|
/hardware/qcom/sm8150p/gps/batching/ |
D | BatchingAdapter.cpp | 205 new LocApiResponse(*getContext(), in restartSessions() 238 getBatchingTimeout(), new LocApiResponse(*getContext(), [this] (LocationError err) { in restartSessions() 386 new LocApiResponse(*getContext(), in startBatching() 508 new LocApiResponse(*getContext(), in stopBatching() 572 new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 766 batchingOptions.minInterval, getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 845 getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 866 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in stopTripBatchingMultiplex() 933 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in restartTripBatching() [all …]
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.cpp | 62 new LocApiResponse(*getContext(), in stopClientSessions() 170 new LocApiResponse(*getContext(), [] (LocationError err ) {})); in restartGeofences() 245 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in addGeofencesCommand() 347 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 354 new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 423 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 429 mApi.pauseGeofence(hwId, mIds[i], new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 498 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 505 new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 581 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in modifyGeofencesCommand() [all …]
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.cpp | 62 new LocApiResponse(*getContext(), in stopClientSessions() 170 new LocApiResponse(*getContext(), [] (LocationError err ) {})); in restartGeofences() 245 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in addGeofencesCommand() 347 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 354 new LocApiResponse(*mAdapter.getContext(), in removeGeofencesCommand() 423 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 429 mApi.pauseGeofence(hwId, mIds[i], new LocApiResponse(*mAdapter.getContext(), in pauseGeofencesCommand() 498 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 505 new LocApiResponse(*mAdapter.getContext(), in resumeGeofencesCommand() 581 mApi.addToCallQueue(new LocApiResponse(*mAdapter.getContext(), in modifyGeofencesCommand() [all …]
|
/hardware/qcom/sm7150/gps/batching/ |
D | BatchingAdapter.cpp | 205 new LocApiResponse(*getContext(), in restartSessions() 238 getBatchingTimeout(), new LocApiResponse(*getContext(), [this] (LocationError err) { in restartSessions() 386 new LocApiResponse(*getContext(), in startBatching() 508 new LocApiResponse(*getContext(), in stopBatching() 572 new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 578 mApi.getBatchedLocations(mCount, new LocApiResponse(*mAdapter.getContext(), in getBatchedLocationsCommand() 766 batchingOptions.minInterval, getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 845 getBatchingTimeout(), new LocApiResponse(*getContext(), in startTripBatchingMultiplex() 866 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in stopTripBatchingMultiplex() 933 mLocApi->stopOutdoorTripBatching(true, new LocApiResponse(*getContext(), in restartTripBatching() [all …]
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.cpp | 1796 mLocApi->deleteAidingData(data, new LocApiResponse(*getContext(), in deleteAidingData() 2039 mLocApi->stopDistanceBasedTracking(it->first.id, new LocApiResponse(*getContext(), in stopClientSessions() 2179 new LocApiResponse(*getContext(), in restartSessions() 2420 new LocApiResponse(*mAdapter.getContext(), in startTrackingCommand() 2520 mLocApi->startTimeBasedTracking(trackingOptions, new LocApiResponse(*getContext(), in startTimeBasedTracking() 2542 mLocApi->startTimeBasedTracking(updatedOptions, new LocApiResponse(*getContext(), in updateTracking() 2618 new LocApiResponse(*mAdapter.getContext(), in updateTrackingOptionsCommand() 2623 mApi.stopDistanceBasedTracking(mSessionId, new LocApiResponse( in updateTrackingOptionsCommand() 2650 mApi.stopDistanceBasedTracking(mSessionId, new LocApiResponse( in updateTrackingOptionsCommand() 2656 new LocApiResponse(*mAdapter.getContext(), in updateTrackingOptionsCommand() [all …]
|