Searched refs:hash_map_get (Results 1 – 12 of 12) sorted by relevance
/system/bt/osi/test/ |
D | hash_map_utils_test.cpp | 62 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key))); in TEST_F() 71 EXPECT_EQ(0, strcmp(value1, (char *)hash_map_get(map, key))); in TEST_F() 80 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key))); in TEST_F() 89 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key))); in TEST_F() 98 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key))); in TEST_F() 115 EXPECT_EQ(0, strcmp(value0, (char *)hash_map_get(map, key0))); in TEST_F() 116 EXPECT_EQ(0, strcmp(value1, (char *)hash_map_get(map, key1))); in TEST_F()
|
D | hash_map_test.cpp | 76 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F() 108 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F() 144 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F()
|
/system/bt/device/src/classic/ |
D | peer.c | 89 classic_peer_t *peer = hash_map_get(peers_by_address, address); in classic_peer_by_address() 95 peer = hash_map_get(peers_by_address, address); in classic_peer_by_address()
|
/system/bt/osi/src/ |
D | allocation_tracker.c | 128 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, return_ptr); in allocation_tracker_notify_alloc() 156 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, ptr); in allocation_tracker_notify_free()
|
D | data_dispatcher.c | 90 fixed_queue_t *queue = hash_map_get(dispatcher->dispatch_table, (void *)type); in data_dispatcher_dispatch()
|
D | hash_map.c | 174 void *hash_map_get(const hash_map_t *hash_map, const void *key) { in hash_map_get() function
|
/system/bt/profile/src/ |
D | manager.c | 86 return (profile_t *)hash_map_get(profile_map, name); in profile_by_name()
|
/system/bt/osi/include/ |
D | hash_map.h | 84 void *hash_map_get(const hash_map_t *hash_map, const void *key);
|
/system/bt/btcore/src/ |
D | module.c | 172 module_state_t *state_ptr = hash_map_get(metadata, module); in get_module_state() 181 module_state_t *state_ptr = hash_map_get(metadata, module); in set_module_state()
|
/system/bt/hci/src/ |
D | packet_fragmenter.c | 143 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 75 background_connection_t *connection = hash_map_get(background_connections, address); in background_connection_add()
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 756 char *keyval = (char *)hash_map_get(params, "closing"); in out_set_parameters() 764 keyval = (char *)hash_map_get(params, "A2dpSuspended"); in out_set_parameters()
|