HomeSort by relevance Sort by last modified time
    Searched refs:hash_map_get (Results 1 - 12 of 12) sorted by null

  /system/bt/osi/test/
hash_map_utils_test.cpp 62 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key)));
71 EXPECT_EQ(0, strcmp(value1, (char *)hash_map_get(map, key)));
80 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key)));
89 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key)));
98 EXPECT_EQ(0, strcmp(value, (char *)hash_map_get(map, key)));
115 EXPECT_EQ(0, strcmp(value0, (char *)hash_map_get(map, key0)));
116 EXPECT_EQ(0, strcmp(value1, (char *)hash_map_get(map, key1)));
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/device/src/classic/
peer.c 89 classic_peer_t *peer = hash_map_get(peers_by_address, address);
95 peer = hash_map_get(peers_by_address, address);
  /system/bt/profile/src/
manager.c 86 return (profile_t *)hash_map_get(profile_map, name);
  /system/bt/osi/include/
hash_map.h 84 void *hash_map_get(const hash_map_t *hash_map, const void *key);
  /system/bt/osi/src/
data_dispatcher.c 90 fixed_queue_t *queue = hash_map_get(dispatcher->dispatch_table, (void *)type);
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);
hash_map.c 174 void *hash_map_get(const hash_map_t *hash_map, const void *key) { function
  /system/bt/btcore/src/
module.c 172 module_state_t *state_ptr = hash_map_get(metadata, module);
181 module_state_t *state_ptr = hash_map_get(metadata, module);
  /system/bt/hci/src/
packet_fragmenter.c 143 BT_HDR *partial_packet = (BT_HDR *)hash_map_get(partial_packets, (void *)(uintptr_t)handle);
  /system/bt/stack/btm/
btm_ble_bgconn.c 75 background_connection_t *connection = hash_map_get(background_connections, address);
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 753 char *keyval = (char *)hash_map_get(params, "closing");
761 keyval = (char *)hash_map_get(params, "A2dpSuspended");
    [all...]

Completed in 303 milliseconds