Fork from pix106's tree
Find a file
Dante Russo 37d34d0dc8 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-24 00:38:49 -07:00
android Merge "fix: Default values in GNSS Debug Data" 2018-04-23 15:42:13 -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-24 00:38:49 -07:00
etc configuration to ignore PPS pulse at start and after long outage 2018-02-19 03:55:17 -08:00
gnss Merge "fix: Default values in GNSS Debug Data" 2018-04-23 15:42:13 -07:00
location fix: Typo in LocationDataTypes 2018-03-15 13:13:58 -07:00
pla update uptimeMillis to get boot time 2018-03-30 14:09:12 +05:30
utils Merge "Add location client api sockets' strings" 2018-04-14 14:31:59 -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