Searched refs:hash_map_new (Results 1 – 13 of 13) 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/stack/btu/ |
D | btu_init.c | 156 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/ |
D | manager.c | 40 profile_map = hash_map_new( in init()
|
/system/bt/osi/include/ |
D | hash_map.h | 53 hash_map_t *hash_map_new(
|
/system/bt/device/src/classic/ |
D | peer.c | 48 peers_by_address = hash_map_new( in init()
|
/system/bt/osi/src/ |
D | data_dispatcher.c | 47 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
|
D | hash_map.c | 82 hash_map_t *hash_map_new( in hash_map_new() function
|
/system/bt/test/suite/support/ |
D | hal.c | 82 timers = hash_map_new(TIMER_BUCKET_COUNT, hash_function_pointer, NULL, NULL, NULL); in set_wake_alarm()
|
/system/bt/btcore/src/ |
D | module.c | 49 metadata = hash_map_new( in module_management_start()
|
D | counter.c | 123 hash_map_counter_ = hash_map_new(COUNTER_NUM_BUCKETS, hash_function_string, in counter_init()
|
/system/bt/hci/src/ |
D | packet_fragmenter.c | 57 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
|
/system/bt/bta/sys/ |
D | bta_sys_main.c | 181 bta_alarm_hash_map = hash_map_new(BTA_ALARM_HASH_MAP_SIZE, in bta_sys_init()
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()
|