Home
last modified time | relevance | path

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

/system/bt/profile/src/
Dmanager.c35 static hash_map_t *profile_map; variable
40 profile_map = hash_map_new( in init()
54 hash_map_free(profile_map); in clean_up()
55 profile_map = NULL; in clean_up()
77 assert(!hash_map_has_key(profile_map, profile->name)); in profile_register()
79 hash_map_set(profile_map, profile->name, (void *) profile); in profile_register()
86 return (profile_t *)hash_map_get(profile_map, name); in profile_by_name()