Home
last modified time | relevance | path

Searched refs:hash_map_entry_t (Results 1 – 6 of 6) sorted by relevance

/system/bt/osi/src/
Dhash_map.c48 static hash_map_entry_t *find_bucket_entry_(list_t *hash_bucket_list,
121 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_has_key()
138 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_set()
147 hash_map_entry = hash_map->allocator->alloc(sizeof(hash_map_entry_t)); in hash_map_set()
164 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_erase()
180 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_get()
208 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in hash_map_foreach()
217 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)data; in bucket_free_()
227 static hash_map_entry_t * find_bucket_entry_(list_t *hash_bucket_list, in find_bucket_entry_()
236 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in find_bucket_entry_()
Dhash_map_utils.c32 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context);
99 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context) { in dump_entry()
100 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)entry; in dump_entry()
Dallocation_tracker.c51 static bool allocation_entry_freed_checker(hash_map_entry_t *entry, void *context);
184 static bool allocation_entry_freed_checker(hash_map_entry_t *entry, void *context) { in allocation_entry_freed_checker()
/system/bt/osi/include/
Dhash_map.h28 typedef struct hash_map_entry_t { struct
32 } hash_map_entry_t; argument
38 typedef bool (*hash_map_iter_cb)(hash_map_entry_t *hash_entry, void *context);
/system/bt/osi/test/
Dhash_map_test.cpp168 bool hash_test_iter_ro_cb(hash_map_entry_t *hash_map_entry, void *context) { in hash_test_iter_ro_cb()
/system/bt/stack/btm/
Dbtm_ble_bgconn.c93 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) { in background_connections_pending_cb()