Home
last modified time | relevance | path

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

/system/bt/profile/src/
Dmanager.c77 assert(!hash_map_has_key(profile_map, profile->name)); in profile_register()
/system/bt/osi/include/
Dhash_map.h79 bool hash_map_has_key(const hash_map_t *hash_map, const void *key);
/system/bt/stack/btu/
Dbtu_task.c457 if (!hash_map_has_key(btu_general_alarm_hash_map, p_tle)) { in btu_start_timer()
537 if (!hash_map_has_key(btu_l2cap_alarm_hash_map, p_tle)) { in btu_start_quick_timer()
599 if (!hash_map_has_key(btu_oneshot_alarm_hash_map, p_tle)) { in btu_start_timer_oneshot()
/system/bt/osi/src/
Dhash_map.c114 bool hash_map_has_key(const hash_map_t *hash_map, const void *key) { in hash_map_has_key() function
/system/bt/btcore/src/
Dcounter.c212 if (hash_map_has_key(hash_map_counter_, name)) in name_to_counter_()
/system/bt/bta/sys/
Dbta_sys_main.c630 if (!hash_map_has_key(bta_alarm_hash_map, p_tle)) { in bta_sys_start_timer()