Searched refs:hash_map_set (Results 1 - 14 of 14) sorted by relevance

/system/bt/profile/src/
H A Dmanager.c79 hash_map_set(profile_map, profile->name, (void *) profile);
/system/bt/device/src/classic/
H A Dpeer.c101 hash_map_set(peers_by_address, &peer->address, peer);
/system/bt/osi/include/
H A Dhash_map.h90 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data);
/system/bt/osi/test/
H A Dhash_map_test.cpp69 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
101 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
136 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
195 hash_map_set(hash_map, hash_test_iter_data[i].key, (void*)hash_test_iter_data[i].data);
/system/bt/osi/src/
H A Ddata_dispatcher.c83 hash_map_set(dispatcher->dispatch_table, (void *)type, queue);
H A Dallocation_tracker.c133 hash_map_set(allocations, return_ptr, allocation);
H A Dhash_map.c124 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data) { function
/system/bt/test/suite/support/
H A Dhal.c88 hash_map_set(timers, cb, timer);
/system/bt/stack/btu/
H A Dbtu_task.c458 hash_map_set(btu_general_alarm_hash_map, p_tle, alarm_new());
538 hash_map_set(btu_l2cap_alarm_hash_map, p_tle, alarm_new());
600 hash_map_set(btu_oneshot_alarm_hash_map, p_tle, alarm_new());
/system/bt/btcore/src/
H A Dmodule.c168 hash_map_set(metadata, module, state_ptr);
H A Dcounter.c238 if (!hash_map_set(hash_map_counter_, name, counter)) {
/system/bt/hci/src/
H A Dpacket_fragmenter.c169 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet);
/system/bt/bta/sys/
H A Dbta_sys_main.c631 hash_map_set(bta_alarm_hash_map, p_tle, alarm_new());
/system/bt/stack/btm/
H A Dbtm_ble_bgconn.c79 hash_map_set(background_connections, &(connection->address), connection);

Completed in 1079 milliseconds