Searched refs:hash_map_set (Results 1 - 14 of 14) sorted by relevance
/system/bt/profile/src/ |
H A D | manager.c | 79 hash_map_set(profile_map, profile->name, (void *) profile);
|
/system/bt/device/src/classic/ |
H A D | peer.c | 101 hash_map_set(peers_by_address, &peer->address, peer);
|
/system/bt/osi/include/ |
H A D | hash_map.h | 90 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data);
|
/system/bt/osi/test/ |
H A D | hash_map_test.cpp | 69 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 D | data_dispatcher.c | 83 hash_map_set(dispatcher->dispatch_table, (void *)type, queue);
|
H A D | allocation_tracker.c | 133 hash_map_set(allocations, return_ptr, allocation);
|
H A D | hash_map.c | 124 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data) { function
|
/system/bt/test/suite/support/ |
H A D | hal.c | 88 hash_map_set(timers, cb, timer);
|
/system/bt/stack/btu/ |
H A D | btu_task.c | 458 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 D | module.c | 168 hash_map_set(metadata, module, state_ptr);
|
H A D | counter.c | 238 if (!hash_map_set(hash_map_counter_, name, counter)) {
|
/system/bt/hci/src/ |
H A D | packet_fragmenter.c | 169 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet);
|
/system/bt/bta/sys/ |
H A D | bta_sys_main.c | 631 hash_map_set(bta_alarm_hash_map, p_tle, alarm_new());
|
/system/bt/stack/btm/ |
H A D | btm_ble_bgconn.c | 79 hash_map_set(background_connections, &(connection->address), connection);
|
Completed in 1079 milliseconds