android_device_xiaomi_sdm66.../utils
Kevin Tang cd387d1e8e 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-14 11:21:02 -08:00
..
Android.mk Merge "Add correct libs to LOCAL_HEADER_LIBRARIES" 2018-04-25 21:21:09 -07:00
configure.ac LE clean up 2018-01-16 13:35:38 -08:00
gps-utils.pc.in LE clean up 2018-01-16 13:35:38 -08:00
gps_extended.h FR 45623 - AGPM 1.0 2018-06-02 23:48:20 -07:00
gps_extended_c.h FR48381: Support leap second change event 2018-10-08 12:26:06 -07:00
linked_list.c LE clean up 2018-01-16 13:35:38 -08:00
linked_list.h Merge branch jb_mr1 into jb_2.6 2013-06-11 14:58:24 -07:00
loc_cfg.cpp PZ90 datum support 2018-11-30 16:07:06 +08:00
loc_cfg.h PZ90 datum support 2018-11-30 16:07:06 +08:00
loc_gps.h Fix for vertical accuracy field missing on SDK APIs 2018-09-21 14:52:32 -07:00
loc_log.cpp LE clean up 2018-01-16 13:35:38 -08:00
loc_log.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
loc_misc_utils.cpp LE clean up 2018-01-16 13:35:38 -08:00
loc_misc_utils.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
loc_nmea.cpp PZ90 datum support 2018-11-30 16:07:06 +08:00
loc_nmea.h PZ90 datum support 2018-11-30 16:07:06 +08:00
loc_target.cpp Deprecate reading of ro.lean property 2018-07-23 17:58:04 -07:00
loc_target.h Deprecate reading of ro.lean property 2018-07-23 17:58:04 -07:00
loc_timer.h LE clean up 2018-01-16 13:35:38 -08:00
LocHeap.cpp Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
LocHeap.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
LocIpc.cpp LocIpc could be using data member from a deleted obj 2019-01-14 11:21:02 -08:00
LocIpc.h LocIpc could be using data member from a deleted obj 2019-01-14 11:21:02 -08:00
LocSharedLock.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
LocThread.cpp Fix issue with setting of thread name 2019-01-04 17:21:48 -08:00
LocThread.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00
LocTimer.cpp LE clean up 2018-01-16 13:35:38 -08:00
LocTimer.h LE clean up 2018-01-16 13:35:38 -08:00
LocUnorderedSetMap.h changed SystemStatusOsObserver 2018-05-14 12:20:31 -07:00
log_util.h fix: add LOC_LOGi macro in log utility 2018-03-20 16:29:43 -07:00
Makefile.am renamed DataItemIndex and ClientIndex files 2018-05-14 12:20:17 -07:00
msg_q.c LE clean up 2018-01-16 13:35:38 -08:00
msg_q.h made a convenient msg_q_init2 2013-07-23 20:12:54 -06:00
MsgTask.cpp Add null check to avoid sigsegv on shutdown 2018-08-22 17:37:54 -07:00
MsgTask.h Revert "Revert "Merging m_master changes to oe_master"." 2016-03-15 12:20:01 -07:00