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

  /system/bt/profile/src/
manager.c 79 hash_map_set(profile_map, profile->name, (void *) profile);
  /system/bt/device/src/classic/
peer.c 102 hash_map_set(peers_by_address, &peer->address, peer);
  /system/bt/osi/include/
hash_map.h 91 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data);
  /system/bt/osi/src/
data_dispatcher.c 77 hash_map_set(dispatcher->dispatch_table, (void *)type, queue);
hash_map_utils.c 73 hash_map_set(map, key, value);
allocation_tracker.c 133 hash_map_set(allocations, return_ptr, allocation);
hash_map.c 125 bool hash_map_set(hash_map_t *hash_map, const void *key, void *data) { function
  /system/bt/osi/test/
hash_map_test.cpp 69 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
101 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
136 hash_map_set(hash_map, data[i].key, (void*)data[i].data);
195 hash_map_set(hash_map, hash_test_iter_data[i].key, (void*)hash_test_iter_data[i].data);
  /system/bt/btcore/src/
module.c 184 hash_map_set(metadata, module, state_ptr);
  /system/bt/hci/src/
packet_fragmenter.c 190 hash_map_set(partial_packets, (void *)(uintptr_t)handle, partial_packet);
  /system/bt/stack/btm/
btm_ble_bgconn.c 79 hash_map_set(background_connections, &(connection->address), connection);

Completed in 397 milliseconds