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

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

Completed in 3 milliseconds