Common repo for msm8974 based samsung devices.
Go to file
Dante Russo e2e1b9d26a
msm8974-common: gps: Assure event mask is set properly to get positions
The event mask can be retrieved in the context of
client thread as zero and then queued up to go to
msg task thread. By the time the msg is actually
handled in msg task thread, the actual event
mask at LOC API layer may have already changed, but
this mask would then be overridden by zero. This
can cause no modem events to ever come, including
position reports.

The fix is to not retrieve the event mask in the
client thread, but instead wait for msg to be
handled in msg task thread before retrieving it.

Change-Id: I48562d028bbfa187732686c060b5cdd62c6d5a89
CRs-fixed: 2219519
2020-06-26 09:50:03 -06:00
configs msm8974-common: Make the external camera provider ignore internal cameras 2018-11-12 20:35:01 -07:00
gps msm8974-common: gps: Assure event mask is set properly to get positions 2020-06-26 09:50:03 -06:00
init msm8974-common: libinit: Convert extension into simple helper library 2020-04-06 09:31:49 -06:00
keylayout msm8974-common: Remove unnecessary keylayout files 2020-03-31 19:23:55 +02:00
libsecnativefeature msm8974-common: ril: add squash of OSS libsecnativefeature 2018-01-23 06:42:56 -07:00
libshims msm8974-common: libshims: Import libshim_cutils_atomic 2017-11-04 13:18:05 -06:00
overlay Revert "msm8974-common: Don't mess with APN or CDMA CarrierConfig options" 2020-02-15 02:49:23 +01:00
overlay-lineage msm8974-common: Allow media UID process to access CameraServiceProxy 2018-12-31 15:22:36 -07:00
recovery/root msm8974-common: Set sys.usb.ffs.aio_compat in recovery as well 2019-08-06 05:27:58 +02:00
ril msm8974-common: libril: FR51015: Tuning of Binder buffer for rild. 2018-10-09 06:25:58 -06:00
seccomp msm8974-common: Add seccomp policy 2018-01-04 21:59:45 -07:00
sensors msm8974-common: sensors: Tune binder buffer for sensors HIDL 2018-11-21 23:10:10 -07:00
sepolicy msm8974-common: Transition to consumerir HIDL hal 2020-01-31 15:08:24 +01:00
Android.mk msm8974-common: new symlinks 2015-06-27 11:19:23 -07:00
BoardConfigCommon.mk msm8974-common: Drop vestiges of old libinit_msm8974 2020-04-13 06:31:52 -06:00
common-proprietary-files.txt msm8974-common: proprietary-files: Drop libuiblur.so 2018-06-14 18:24:58 -06:00
compatibility_matrix.xml msm8974-common: Make the common tree more common 2017-12-29 13:07:21 -07:00
config.fs msm8974-common: Prefix AID with VENDOR_ 2018-08-27 22:18:46 -06:00
extract-files.sh msm8974-common: Setup extractors for shared blobs 2018-01-01 09:00:36 -07:00
lineage.dependencies msm8974-common: Remove device/qcom/common dependency 2018-08-19 10:30:27 -06:00
manifest.xml msm8974-common: Transition to consumerir HIDL hal 2020-01-31 15:08:24 +01:00
msm8974.mk msm8974-common: Remove unnecessary keylayout files 2020-03-31 19:23:55 +02:00
README MSM8974: Initial Common repo commit. 2014-05-18 23:33:07 -04:00
setup-makefiles.sh msm8974-common: Fix setup-makefiles.sh typo 2018-01-02 19:48:37 -07:00
system.prop msm8974-common: Migrate all properties system.prop 2020-03-26 17:46:41 +02:00

Copyright 2012 - The CyanogenMod Project

Common Samsung 8974 repository