Home
last modified time | relevance | path

Searched refs:batchingMode (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/hardware/qcom/sm8150p/gps/batching/
H A DBatchingAdapter.cpp128 BatchingMode batchingMode; in stopClientSessions() member
130 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
139 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
202 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
319 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
412 batchOptions.batchingMode); in updateBatchingOptionsCommand()
595 BatchingMode batchingMode) in reportLocationsEvent() argument
607 BatchingMode batchingMode) : in reportLocationsEvent()
612 mBatchingMode(batchingMode) in reportLocationsEvent()
912 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
[all …]
H A DBatchingAdapter.h128 BatchingMode batchingMode);
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/aosp12/hardware/qcom/sm7250/gps/batching/
H A DBatchingAdapter.cpp123 BatchingMode batchingMode; in stopClientSessions() member
125 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
134 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
197 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
314 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
407 batchOptions.batchingMode); in updateBatchingOptionsCommand()
590 BatchingMode batchingMode) in reportLocationsEvent() argument
602 BatchingMode batchingMode) : in reportLocationsEvent()
607 mBatchingMode(batchingMode) in reportLocationsEvent()
907 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
[all …]
H A DBatchingAdapter.h128 BatchingMode batchingMode);
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/aosp12/hardware/qcom/sm7150/gps/batching/
H A DBatchingAdapter.cpp128 BatchingMode batchingMode; in stopClientSessions() member
130 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
139 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
202 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
319 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
412 batchOptions.batchingMode); in updateBatchingOptionsCommand()
595 BatchingMode batchingMode) in reportLocationsEvent() argument
607 BatchingMode batchingMode) : in reportLocationsEvent()
612 mBatchingMode(batchingMode) in reportLocationsEvent()
912 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
[all …]
H A DBatchingAdapter.h128 BatchingMode batchingMode);
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/aosp12/hardware/qcom/sm8150/gps/batching/
H A DBatchingAdapter.cpp129 BatchingMode batchingMode; in stopClientSessions() member
131 client(_client), id(_id), batchingMode(_bMode) {} in stopClientSessions()
140 if (keyBatchingMode.batchingMode != BATCHING_MODE_TRIP) { in stopClientSessions()
203 if (it->second.batchingMode != BATCHING_MODE_TRIP) { in restartSessions()
320 batchOptions.mode,batchOptions.batchingMode); in startBatchingCommand()
413 batchOptions.batchingMode); in updateBatchingOptionsCommand()
596 BatchingMode batchingMode) in reportLocationsEvent() argument
608 BatchingMode batchingMode) : in reportLocationsEvent()
613 mBatchingMode(batchingMode) in reportLocationsEvent()
913 if (batchOptions.batchingMode == BATCHING_MODE_ROUTINE || in stopTripBatchingMultiplexCommon()
[all …]
H A DBatchingAdapter.h128 BatchingMode batchingMode);
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/aosp12/hardware/qcom/sm7150/gps/location/
H A DLocationAPIClientBase.cpp431 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
434 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
437 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIStartSession()
544 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
547 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
550 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIUpdateSessionOptions()
H A DLocationDataTypes.h822 BatchingMode batchingMode; member
825 LocationOptions(), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
827 LocationOptions(), batchingMode(m) { LocationOptions::size = s; } in BatchingOptions()
829 LocationOptions(options), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPIClientBase.cpp431 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
434 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
437 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIStartSession()
544 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
547 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
550 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIUpdateSessionOptions()
H A DLocationDataTypes.h814 BatchingMode batchingMode; member
817 LocationOptions(), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
819 LocationOptions(), batchingMode(m) { LocationOptions::size = s; } in BatchingOptions()
821 LocationOptions(options), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationAPIClientBase.cpp452 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
455 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
458 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIStartSession()
565 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
568 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
571 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIUpdateSessionOptions()
H A DLocationDataTypes.h990 BatchingMode batchingMode; member
993 LocationOptions(), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
995 LocationOptions(), batchingMode(m) { LocationOptions::size = s; } in BatchingOptions()
997 LocationOptions(options), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DLocationAPIClientBase.cpp431 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
434 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
437 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIStartSession()
544 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
547 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
550 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIUpdateSessionOptions()
H A DLocationDataTypes.h581 BatchingMode batchingMode; member
584 LocationOptions(), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
586 LocationOptions(), batchingMode(m) { LocationOptions::size = s; } in BatchingOptions()
588 LocationOptions(options), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationAPIClientBase.cpp452 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
455 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
458 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIStartSession()
565 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
568 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
571 batchOptions.batchingMode = BATCHING_MODE_NO_AUTO_REPORT; in locAPIUpdateSessionOptions()
H A DLocationDataTypes.h990 BatchingMode batchingMode; member
993 LocationOptions(), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
995 LocationOptions(), batchingMode(m) { LocationOptions::size = s; } in BatchingOptions()
997 LocationOptions(options), batchingMode(BATCHING_MODE_ROUTINE) {} in BatchingOptions()
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.cpp401 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIStartSession()
403 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIStartSession()
510 batchOptions.batchingMode = BATCHING_MODE_ROUTINE; in locAPIUpdateSessionOptions()
512 batchOptions.batchingMode = BATCHING_MODE_TRIP; in locAPIUpdateSessionOptions()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DLocAdapterBase.h207 BatchingMode batchingMode);
H A DLocApiBase.cpp581 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() argument
583 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportLocationsEvent(locations, count, batchingMode)); in reportLocations()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DLocAdapterBase.h228 BatchingMode batchingMode);
/aosp12/hardware/qcom/sm7150/gps/core/
H A DLocAdapterBase.h227 BatchingMode batchingMode);
H A DLocApiBase.cpp581 void LocApiBase::reportLocations(Location* locations, size_t count, BatchingMode batchingMode) in reportLocations() argument
583 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportLocationsEvent(locations, count, batchingMode)); in reportLocations()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DLocAdapterBase.h228 BatchingMode batchingMode);

12