Home
last modified time | relevance | path

Searched refs:hash_map_t (Results 1 – 15 of 15) sorted by relevance

/system/bt/osi/include/
Dhash_map.h24 struct hash_map_t;
25 typedef struct hash_map_t hash_map_t; typedef
30 const hash_map_t *hash_map;
53 hash_map_t *hash_map_new(
62 void hash_map_free(hash_map_t *hash_map);
67 bool hash_map_is_empty(const hash_map_t *hash_map);
71 size_t hash_map_size(const hash_map_t *hash_map);
75 size_t hash_map_num_buckets(const hash_map_t *hash_map);
79 bool hash_map_has_key(const hash_map_t *hash_map, const void *key);
83 void *hash_map_get(const hash_map_t *hash_map, const void *key);
[all …]
/system/bt/osi/src/
Dhash_map.c25 struct hash_map_t;
31 typedef struct hash_map_t { struct
40 } hash_map_t; argument
52 hash_map_t *hash_map_new_internal( in hash_map_new_internal()
63 hash_map_t *hash_map = zeroed_allocator->alloc(sizeof(hash_map_t)); in hash_map_new_internal()
82 hash_map_t *hash_map_new( in hash_map_new()
91 void hash_map_free(hash_map_t *hash_map) { in hash_map_free()
99 bool hash_map_is_empty(const hash_map_t *hash_map) { in hash_map_is_empty()
104 size_t hash_map_size(const hash_map_t *hash_map) { in hash_map_size()
109 size_t hash_map_num_buckets(const hash_map_t *hash_map) { in hash_map_num_buckets()
[all …]
Dallocation_tracker.c43 hash_map_t *hash_map_new_internal(
62 static hash_map_t *allocations;
Ddata_dispatcher.c34 hash_map_t *dispatch_table;
/system/bt/osi/test/
Dhash_map_test.cpp46 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL); in TEST_F()
52 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL); in TEST_F()
85 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL); in TEST_F()
116 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, key_free_fn00, data_free_fn00, NULL); in TEST_F()
186 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, key_free_fn00, data_free_fn00, NULL); in TEST_F()
/system/bt/stack/btu/
Dbtu_init.c62 hash_map_t *btu_general_alarm_hash_map;
68 hash_map_t *btu_oneshot_alarm_hash_map;
74 hash_map_t *btu_l2cap_alarm_hash_map;
Dbtu_task.c102 extern hash_map_t *btu_general_alarm_hash_map;
107 extern hash_map_t *btu_oneshot_alarm_hash_map;
112 extern hash_map_t *btu_l2cap_alarm_hash_map;
/system/bt/profile/src/
Dmanager.c35 static hash_map_t *profile_map;
/system/bt/device/src/classic/
Dpeer.c41 static hash_map_t *peers_by_address;
/system/bt/test/suite/support/
Dhal.c79 static hash_map_t *timers; in set_wake_alarm()
/system/bt/btcore/src/
Dmodule.c40 static hash_map_t *metadata;
Dcounter.c68 static hash_map_t *hash_map_counter_;
/system/bt/hci/src/
Dpacket_fragmenter.c53 static hash_map_t *partial_packets;
/system/bt/bta/sys/
Dbta_sys_main.c53 static hash_map_t *bta_alarm_hash_map;
/system/bt/stack/btm/
Dbtm_ble_bgconn.c53 static hash_map_t *background_connections = NULL;