Searched refs:hash_map_new (Results 1 – 10 of 10) sorted by relevance
/system/bt/osi/test/ |
D | hash_map_test.cpp | 46 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/profile/src/ |
D | manager.c | 40 profile_map = hash_map_new( in init()
|
/system/bt/osi/include/ |
D | hash_map.h | 54 hash_map_t *hash_map_new(
|
/system/bt/device/src/classic/ |
D | peer.c | 49 peers_by_address = hash_map_new( in init()
|
/system/bt/osi/src/ |
D | hash_map_utils.c | 39 hash_map_t *map = hash_map_new(BUCKETS_NUM, hash_function_string, osi_free, in hash_map_utils_new_from_string_params()
|
D | data_dispatcher.c | 44 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
|
D | hash_map.c | 83 hash_map_t *hash_map_new( in hash_map_new() function
|
/system/bt/btcore/src/ |
D | module.c | 49 metadata = hash_map_new( in module_management_start()
|
/system/bt/hci/src/ |
D | packet_fragmenter.c | 58 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()
|