History log of /system/bt/osi/src/hash_map.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b19b7b6ce5bd492671086568fef06ccef446cd6e 24-Sep-2015 Pavlin Radoslavov <pavlin@google.com> GKI cleanup - Moved GKI_get_os_tick_count() to OSI

* Renamed function GKI_get_os_tick_count() to time_get_os_boottime_ms()
and moved it to the OSI module: to the new file osi/src/time.c .
The corresponding header file is osi/include/time.h

* Added unit tests for function time_get_os_boottime_ms() in file
osi/test/time_test.cpp

* Removed "osi/include" from the list of paths to search for include
files. This is needed, because file name collision of "time.h"
in osi/include and the system <time.h>

Change-Id: I934be0c8f392150a352947326546bcf8aa070f97
/system/bt/osi/src/hash_map.c
918e5a6832fa22bfe1e53e501af8f53ffc55b454 13-Aug-2015 Chih-Hung Hsieh <chh@google.com> Enable clang compilation, use stdatomic.h.

* Remove old atomic.h and atomic_test.cpp.
Use stdatomi.h in counter.c.
* Suppress warnings on unused variables/parameters.
* Suppress warnings on redefined typedef.

Change-Id: Ic7ec652608f2c9423984a3631fb58efea5a835e7
/system/bt/osi/src/hash_map.c
0f9b91e150e153229235c163861198e23600e636 12-Mar-2015 Sharvil Nanavati <sharvil@google.com> Use fully qualified path for OSI includes.
/system/bt/osi/src/hash_map.c
4907b5cc919e103202a940af06a85c1f635932b1 02-Mar-2015 Zach Johnson <zachoverflow@google.com> Move hashmap function comments to the header file
/system/bt/osi/src/hash_map.c
aa3a0114b6f018d0dd296d5bdb113d2f881cbc51 05-Nov-2014 Zach Johnson <zachoverflow@google.com> Add key equality function option for hash_map

This will allow us to do deeper equality on things like
bluetooth addresses where the actual pointers are different
but the values of the bluetooth addresses are the same.
/system/bt/osi/src/hash_map.c
53f36a45bd5333db3b55f1d7fbcd7a3362027de0 27-Aug-2014 Zach Johnson <zachoverflow@google.com> Add internal constructors to hash map and list

This makes allocation tracker safe and ensures the hash map
and associated lists for the allocation tracker don't show
up in the allocation tracker's stats.
/system/bt/osi/src/hash_map.c
53d559ca99e93d442d12c548104f939870862ea6 14-Aug-2014 Chris Manton <cmanton@google.com> Added encapulsated iterator to hashmap

Also added back hash_map_test which seemed
to have been dropped somewhere along the way.
/system/bt/osi/src/hash_map.c
46d5724226b9f8dc9de2bbccdd60400e4dbbc10b 16-Aug-2014 Zach Johnson <zachoverflow@google.com> Make hash map support NULL or 0 keys
/system/bt/osi/src/hash_map.c
3a2ee939c61a1c3f57fa3eb99899ba908c41e7d5 03-Jun-2014 Chris Manton <cmanton@google.com> osi: hash map implementation
/system/bt/osi/src/hash_map.c