Searched refs:hash_map_t (Results 1 - 15 of 15) sorted by relevance
/system/bt/osi/include/ |
H A D | hash_map.h | 24 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 D | hash_map.c | 25 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 D | allocation_tracker.c | 43 hash_map_t *hash_map_new_internal( 62 static hash_map_t *allocations;
|
H A D | data_dispatcher.c | 34 hash_map_t *dispatch_table;
|
/system/bt/profile/src/ |
H A D | manager.c | 35 static hash_map_t *profile_map;
|
/system/bt/osi/test/ |
H A D | hash_map_test.cpp | 46 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 D | btu_init.c | 62 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 D | btu_task.c | 102 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 D | peer.c | 41 static hash_map_t *peers_by_address;
|
/system/bt/test/suite/support/ |
H A D | hal.c | 79 static hash_map_t *timers;
|
/system/bt/btcore/src/ |
H A D | module.c | 40 static hash_map_t *metadata;
|
H A D | counter.c | 68 static hash_map_t *hash_map_counter_;
|
/system/bt/hci/src/ |
H A D | packet_fragmenter.c | 53 static hash_map_t *partial_packets;
|
/system/bt/bta/sys/ |
H A D | bta_sys_main.c | 53 static hash_map_t *bta_alarm_hash_map;
|
/system/bt/stack/btm/ |
H A D | btm_ble_bgconn.c | 53 static hash_map_t *background_connections = NULL;
|
Completed in 133 milliseconds