Home
last modified time | relevance | path

Searched refs:hash_map_erase (Results 1 – 7 of 7) sorted by relevance

/system/bt/osi/include/
Dhash_map.h97 bool hash_map_erase(hash_map_t *hash_map, const void *key);
/system/bt/hci/src/
Dpacket_fragmenter.c149 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
219 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
/system/bt/osi/src/
Ddata_dispatcher.c75 hash_map_erase(dispatcher->dispatch_table, (void *)type); in data_dispatcher_register()
Dallocation_tracker.c173 hash_map_erase(allocations, ptr); in allocation_tracker_notify_free()
Dhash_map.c158 bool hash_map_erase(hash_map_t *hash_map, const void *key) { in hash_map_erase() function
/system/bt/osi/test/
Dhash_map_test.cpp147 hash_map_erase(hash_map, (void*)data[i].key); in TEST_F()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c85 hash_map_erase(background_connections, address); in background_connection_remove()