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

/system/bt/device/src/classic/
H A Dpeer.c88 classic_peer_t *peer = hash_map_get(peers_by_address, address);
94 peer = hash_map_get(peers_by_address, address);
/system/bt/profile/src/
H A Dmanager.c86 return (profile_t *)hash_map_get(profile_map, name);
/system/bt/osi/include/
H A Dhash_map.h83 void *hash_map_get(const hash_map_t *hash_map, const void *key);
/system/bt/stack/btu/
H A Dbtu_task.c462 alarm_t *alarm = hash_map_get(btu_general_alarm_hash_map, p_tle);
493 alarm_t *alarm = hash_map_get(btu_general_alarm_hash_map, p_tle);
542 alarm_t *alarm = hash_map_get(btu_l2cap_alarm_hash_map, p_tle);
573 alarm_t *alarm = hash_map_get(btu_l2cap_alarm_hash_map, p_tle);
604 alarm_t *alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle);
626 alarm_t *alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle);
/system/bt/btcore/src/
H A Dmodule.c156 module_state_t *state_ptr = hash_map_get(metadata, module);
165 module_state_t *state_ptr = hash_map_get(metadata, module);
H A Dcounter.c213 return (counter_t *)hash_map_get(hash_map_counter_, name);
218 counter_t *counter = (counter_t *)hash_map_get(hash_map_counter_, name);
/system/bt/osi/src/
H A Dallocation_tracker.c128 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, return_ptr);
156 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, ptr);
H A Ddata_dispatcher.c96 fixed_queue_t *queue = hash_map_get(dispatcher->dispatch_table, (void *)type);
H A Dhash_map.c173 void *hash_map_get(const hash_map_t *hash_map, const void *key) { function
/system/bt/test/suite/support/
H A Dhal.c85 timer_t *timer = hash_map_get(timers, cb);
/system/bt/osi/test/
H A Dhash_map_test.cpp76 char *val = (char *)hash_map_get(hash_map, data[i].key);
108 char *val = (char *)hash_map_get(hash_map, data[i].key);
144 char *val = (char *)hash_map_get(hash_map, data[i].key);
/system/bt/bta/sys/
H A Dbta_sys_main.c635 alarm_t *alarm = hash_map_get(bta_alarm_hash_map, p_tle);
677 alarm_t *alarm = hash_map_get(bta_alarm_hash_map, p_tle);
/system/bt/hci/src/
H A Dpacket_fragmenter.c138 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle);
/system/bt/stack/btm/
H A Dbtm_ble_bgconn.c75 background_connection_t *connection = hash_map_get(background_connections, address);

Completed in 10 milliseconds