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

/system/bt/osi/include/
H A Dhash_map.h24 struct hash_map_t;
25 typedef struct hash_map_t hash_map_t; typedef in typeref:struct:hash_map_t
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_ma
[all...]
/system/bt/osi/src/
H A Dhash_map.c25 struct hash_map_t;
31 typedef struct hash_map_t { struct
40 } hash_map_t; typedef in typeref:struct:hash_map_t
52 hash_map_t *hash_map_new_internal(
63 hash_map_t *hash_map = zeroed_allocator->alloc(sizeof(hash_map_t));
82 hash_map_t *hash_map_new(
91 void hash_map_free(hash_map_t *hash_map) {
99 bool hash_map_is_empty(const hash_map_t *hash_map) {
104 size_t hash_map_size(const hash_map_t *hash_ma
[all...]
H A Dallocation_tracker.c43 hash_map_t *hash_map_new_internal(
62 static hash_map_t *allocations;
H A Ddata_dispatcher.c34 hash_map_t *dispatch_table;
/system/bt/profile/src/
H A Dmanager.c35 static hash_map_t *profile_map;
/system/bt/osi/test/
H A Dhash_map_test.cpp46 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL);
52 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL);
85 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, NULL, NULL, NULL);
116 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, key_free_fn00, data_free_fn00, NULL);
186 hash_map_t *hash_map = hash_map_new(5, hash_map_fn00, key_free_fn00, data_free_fn00, NULL);
/system/bt/stack/btu/
H A 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;
H A 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/device/src/classic/
H A Dpeer.c41 static hash_map_t *peers_by_address;
/system/bt/test/suite/support/
H A Dhal.c79 static hash_map_t *timers;
/system/bt/btcore/src/
H A Dmodule.c40 static hash_map_t *metadata;
H A Dcounter.c68 static hash_map_t *hash_map_counter_;
/system/bt/hci/src/
H A Dpacket_fragmenter.c53 static hash_map_t *partial_packets;
/system/bt/bta/sys/
H A Dbta_sys_main.c53 static hash_map_t *bta_alarm_hash_map;
/system/bt/stack/btm/
H A Dbtm_ble_bgconn.c53 static hash_map_t *background_connections = NULL;

Completed in 133 milliseconds