AgpsManager supports two clients, QCOM AGPS
Stack is to handle ATL type WWAN, AFW AGPS
stack is used to handle ATL type SUPL and
SUPL emergency.
Change-Id: Id43c4919a1ae67d739e055c7fb5ba3abacc70b34
CRs-Fixed: 2509244
* Custom VSYNC offsets are intended to reduce input latency at cost of
increased sync error counts. Our values were never calculated properly
and were just taken from another device instead. That led to jank in
some usecases.
Change-Id: I57ac4362ca28a9c128cc45c3f6e3734a24654955
Signed-off-by: srfarias <erikofarias@gmail.com>
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Do not set SV in use mask based on intermediate
position update from modem since it might contain
stale information. Reset the flag indicating SV
are used in fix for intermediate fixes.
Change-Id: I10a324a160b20a6ced94c689acf9fc9d77f6e826
CRs-fixed: 2318041
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
mMsgTask is static, its delete would impact other LocApi
objects which don't know it is deleted. Added refcount
to manage this shared obj.
Change-Id: Iea81039b9cd74081c5230d6bb18ea80c2ee05916
CRs-Fixed: 2505569
To avoid confusion removing GPS_LOCK config.
OEM can still configure gps_lock in carrier
config.xml for Legacy devices that have
the Android P type behavior
CR's-Fixed: 2503505
Change-Id: I3e75c81f019dfda9eb5572acd9f6284503ff173e
This commit adds a new overlay config config_wifi_dual_sap_interfaces,
which contains name of the interfaces to be used in case of dual sap.
Change-Id: I2692a4c5c693b3fb6261066c928d481a0fd8b69e
CRs-Fixed: 2087745
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
For some reason volte wasnt working on carriers even with
updated carrierconfig overlays so add it for now
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
Sometimes SW_VSNC of DispSync comes 1ms earlier than signal_retire_fence(or HW_VSYNC)
It means VSYNC-sf only 5ms behind signal_retire_fence.
And VSYNC-sf will be 5.5ms earlier when applying early_sf_phase.
(the phase-sf changes from 6ms to 0.5ms)
Therefore, VSYNC-sf comes 0.5ms earlier than signal_retire_fence when
applying early_sf_phase for transaction and cause frame missed.
Add more 1ms to early_sf_phase then it will come 0.5 later than signal_retire_fence
in this case.
Bug: 118606025
Test: Open/close apps, observe no jank
Test: -Launch app, stay the same picture on screen at least 30s
-Tap home key, observe no jank when doing app animation
Change-Id: I2da26e844cfc3dc86d7617e44906230ded760d7c
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
* Goes as per stock and is needed since the HIDL interface
is now being built from source.
Change-Id: Ia18a38be16f56f48f0442aeae588bb987391c716
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
VtsTrebleSysProp test cases fail if the
sys.mtp.device_type is unset. Set the property to
value 2 so that the device appears as a phone on the
host PC.
Change-Id: I1123ca808cf027d6d787c58f58133b6ce67af4de
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>