Home
last modified time | relevance | path

Searched refs:hash_map_new (Results 1 – 13 of 13) 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/stack/btu/
Dbtu_init.c156 btu_general_alarm_hash_map = hash_map_new(BTU_GENERAL_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
168 btu_oneshot_alarm_hash_map = hash_map_new(BTU_ONESHOT_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
180 btu_l2cap_alarm_hash_map = hash_map_new(BTU_L2CAP_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
/system/bt/profile/src/
Dmanager.c40 profile_map = hash_map_new( in init()
/system/bt/osi/include/
Dhash_map.h53 hash_map_t *hash_map_new(
/system/bt/device/src/classic/
Dpeer.c48 peers_by_address = hash_map_new( in init()
/system/bt/osi/src/
Ddata_dispatcher.c47 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
Dhash_map.c82 hash_map_t *hash_map_new( in hash_map_new() function
/system/bt/test/suite/support/
Dhal.c82 timers = hash_map_new(TIMER_BUCKET_COUNT, hash_function_pointer, NULL, NULL, NULL); in set_wake_alarm()
/system/bt/btcore/src/
Dmodule.c49 metadata = hash_map_new( in module_management_start()
Dcounter.c123 hash_map_counter_ = hash_map_new(COUNTER_NUM_BUCKETS, hash_function_string, in counter_init()
/system/bt/hci/src/
Dpacket_fragmenter.c57 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
/system/bt/bta/sys/
Dbta_sys_main.c181 bta_alarm_hash_map = hash_map_new(BTA_ALARM_HASH_MAP_SIZE, in bta_sys_init()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()