Home
last modified time | relevance | path

Searched refs:dump_entry (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/src/
Dhash_map_utils.c32 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context);
92 hash_map_foreach(map, dump_entry, NULL); in hash_map_utils_dump_string_keys_string_values()
99 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context) { in dump_entry() function
/system/core/libcutils/
Dstr_parms.c373 static bool dump_entry(void *key, void *value, void *context UNUSED) in dump_entry() function
381 hashmapForEach(str_parms->map, dump_entry, str_parms); in str_parms_dump()