Home
last modified time | relevance | path

Searched refs:hash_map_set (Results 1 – 11 of 11) sorted by relevance

/system/bt/osi/test/
Dhash_map_test.cpp69 hash_map_set(hash_map, data[i].key, (void*)data[i].data); in TEST_F()
101 hash_map_set(hash_map, data[i].key, (void*)data[i].data); in TEST_F()
136 hash_map_set(hash_map, data[i].key, (void*)data[i].data); in TEST_F()
195 hash_map_set(hash_map, hash_test_iter_data[i].key, (void*)hash_test_iter_data[i].data); in TEST_F()
/system/bt/profile/src/
Dmanager.c79 hash_map_set(profile_map, profile->name, (void *) profile); in profile_register()
/system/bt/osi/include/
Dhash_map.h91 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data);
/system/bt/device/src/classic/
Dpeer.c102 hash_map_set(peers_by_address, &peer->address, peer); in classic_peer_by_address()
/system/bt/osi/src/
Dhash_map_utils.c73 hash_map_set(map, key, value); in hash_map_utils_new_from_string_params()
Ddata_dispatcher.c77 hash_map_set(dispatcher->dispatch_table, (void *)type, queue); in data_dispatcher_register()
Dallocation_tracker.c133 hash_map_set(allocations, return_ptr, allocation); in allocation_tracker_notify_alloc()
Dhash_map.c125 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data) { in hash_map_set() function
/system/bt/btcore/src/
Dmodule.c184 hash_map_set(metadata, module, state_ptr); in set_module_state()
/system/bt/hci/src/
Dpacket_fragmenter.c190 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet); in reassemble_and_dispatch()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c79 hash_map_set(background_connections, &(connection->address), connection); in background_connection_add()