Fork from pix106's tree
Find a file
Dante Russo 4145243b7e 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
2018-04-10 11:34:24 -07:00
android Merge location.lnx.3.0-180201 to location.lnx.3.9 2018-04-04 17:54:02 -07:00
build Move GNSS_CFLAGS to build/ to be fully included 2018-01-24 19:39:31 +08:00
core Assure event mask is set properly to get positions 2018-04-10 11:34:24 -07:00
etc Integrating AGPS call flow with LocNetIface 2017-08-29 13:00:57 -07:00
gnss Merge location.lnx.3.0-180201 to location.lnx.3.9 2018-04-04 17:54:02 -07:00
location Merge location.lnx.3.0-180201 to location.lnx.3.9 2018-04-04 17:54:02 -07:00
pla LE clean up 2018-01-16 13:35:38 -08:00
utils Merge location.lnx.3.0-180201 to location.lnx.3.9 2018-04-04 17:54:02 -07:00
Android.mk Move GNSS_CFLAGS to build/ to be fully included 2018-01-24 19:39:31 +08:00
CleanSpec.mk Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
configure.ac LE clean up 2018-01-16 13:35:38 -08:00
loc-hal.pc.in LE clean up 2018-01-16 13:35:38 -08:00
Makefile.am LE clean up 2018-01-16 13:35:38 -08:00