Home
last modified time | relevance | path

Searched refs:hash_map_new (Results 1 – 10 of 10) sorted by relevance

/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/profile/src/
Dmanager.c40 profile_map = hash_map_new( in init()
/system/bt/osi/include/
Dhash_map.h54 hash_map_t *hash_map_new(
/system/bt/device/src/classic/
Dpeer.c49 peers_by_address = hash_map_new( in init()
/system/bt/osi/src/
Dhash_map_utils.c39 hash_map_t *map = hash_map_new(BUCKETS_NUM, hash_function_string, osi_free, in hash_map_utils_new_from_string_params()
Ddata_dispatcher.c44 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
Dhash_map.c83 hash_map_t *hash_map_new( in hash_map_new() function
/system/bt/btcore/src/
Dmodule.c49 metadata = hash_map_new( in module_management_start()
/system/bt/hci/src/
Dpacket_fragmenter.c58 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()