mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
sm6375-common: gps: Update to LA.UM.9.14.r1-19200.02-LAHAINA.QSSI13.0
Change-Id: I467ece57b82127382f11e48d0dd80e362df0d1c9 Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
This commit is contained in:
committed by
boedhack99
parent
de39e8b150
commit
6bb9e5065a
@@ -37,7 +37,9 @@
|
||||
using namespace loc_core;
|
||||
|
||||
BatchingAdapter::BatchingAdapter() :
|
||||
LocAdapterBase(0, LocContext::getLocContext(LocContext::mLocationHalName)),
|
||||
LocAdapterBase(0,
|
||||
LocContext::getLocContext(LocContext::mLocationHalName),
|
||||
false, nullptr, true),
|
||||
mOngoingTripDistance(0),
|
||||
mOngoingTripTBFInterval(0),
|
||||
mTripWithOngoingTBFDropped(false),
|
||||
@@ -50,6 +52,10 @@ BatchingAdapter::BatchingAdapter() :
|
||||
LOC_LOGD("%s]: Constructor", __func__);
|
||||
readConfigCommand();
|
||||
setConfigCommand();
|
||||
|
||||
// at last step, let us inform adapater base that we are done
|
||||
// with initialization, e.g.: ready to process handleEngineUpEvent
|
||||
doneInit();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user