Searched refs:hash_map_get (Results 1 - 14 of 14) sorted by relevance
/system/bt/device/src/classic/ |
H A D | peer.c | 88 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 D | manager.c | 86 return (profile_t *)hash_map_get(profile_map, name);
|
/system/bt/osi/include/ |
H A D | hash_map.h | 83 void *hash_map_get(const hash_map_t *hash_map, const void *key);
|
/system/bt/stack/btu/ |
H A D | btu_task.c | 462 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 D | module.c | 156 module_state_t *state_ptr = hash_map_get(metadata, module); 165 module_state_t *state_ptr = hash_map_get(metadata, module);
|
H A D | counter.c | 213 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 D | allocation_tracker.c | 128 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, return_ptr); 156 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, ptr);
|
H A D | data_dispatcher.c | 96 fixed_queue_t *queue = hash_map_get(dispatcher->dispatch_table, (void *)type);
|
H A D | hash_map.c | 173 void *hash_map_get(const hash_map_t *hash_map, const void *key) { function
|
/system/bt/test/suite/support/ |
H A D | hal.c | 85 timer_t *timer = hash_map_get(timers, cb);
|
/system/bt/osi/test/ |
H A D | hash_map_test.cpp | 76 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 D | bta_sys_main.c | 635 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 D | packet_fragmenter.c | 138 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle);
|
/system/bt/stack/btm/ |
H A D | btm_ble_bgconn.c | 75 background_connection_t *connection = hash_map_get(background_connections, address);
|
Completed in 10 milliseconds