Fork from pix106's tree
Find a file
Kevin Tang 99e5e01b13 LocIpc could be using data member from a deleted obj
startListeningBlocking is meant to be called under a reader
thread, which is the case if startListeningNonBlocking calls
it. A LocIpc client may delete the LocIpc obj, which would
trigger sending an ABORT msg to the reader thread before it
is subsequently deleted, in which case, it is possible that
when the reader thread comes around to process the ABORT msg,
referencing the data members of the possibly stale obj would
cause unpredictable behaviors.

Change-Id: I441af85c04d92b6fff695c020e3e0b4bd5e90409
CRs-Fixed: 2380093
2019-01-17 14:08:01 -08:00
android Launch platform specific processes 2019-01-09 20:32:30 -08:00
build Initial Android target definition for trinket 2018-10-29 15:53:41 -07:00
core Qualcomm Unified Vendor - GPS 2019-01-09 20:31:40 -08:00
etc PZ90 datum support 2018-11-30 16:07:06 +08:00
gnss Merge "GPS location API: support destroy with callback for completion" 2018-11-28 20:43:25 -08:00
location GPS location API: support destroy with callback for completion 2018-11-27 17:07:19 -08:00
pla gps: add include files for LA compilation 2018-11-05 14:53:17 +05:30
utils LocIpc could be using data member from a deleted obj 2019-01-17 14:08:01 -08: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