android_device_samsung_msm8.../gps
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
..
core msm8974-common: gps: Assure event mask is set properly to get positions 2020-06-26 09:50:03 -06:00
etc Localise NTP to improve GPS TTFF 2018-07-17 19:28:25 -06:00
loc_api msm8974-common: gps: NMEA report indication to ULP 2020-06-26 09:50:03 -06:00
utils msm8974-common: gps: Consider nsec while ranking the timer objects 2020-06-26 09:50:02 -06:00
Android.mk msm8974-common: gps: Add top-level Android.mk 2018-01-18 04:37:20 -07:00
CleanSpec.mk msm8974-common: gps: Add Cleanstep.mk 2020-06-26 09:50:02 -06:00