Searched refs:unordered_map (Results 1 – 25 of 40) sorted by relevance
12
/system/bt/service/ |
D | gatt_server.h | 232 std::unordered_map<int, int> request_id_to_handle; 334 std::unordered_map<GattIdentifier, int> pending_handle_map_; 337 std::unordered_map<GattIdentifier, int> id_to_handle_map_; 338 std::unordered_map<int, GattIdentifier> handle_to_id_map_; 344 std::unordered_map<int, std::shared_ptr<Connection>> conn_id_map_; 345 std::unordered_map<std::string, std::vector<std::shared_ptr<Connection>>> 352 std::unordered_map<int, std::shared_ptr<PendingIndication>> 385 std::unordered_map<UUID, RegisterCallback> pending_calls_;
|
D | gatt_client.h | 79 std::unordered_map<UUID, RegisterCallback> pending_calls_;
|
D | gatt_server_old.h | 51 typedef std::unordered_map<std::string, int> ScanResults;
|
/system/extras/simpleperf/ |
D | thread_tree.h | 88 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_; 96 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_; 97 std::unordered_map<std::string, std::unique_ptr<Dso>> user_dso_tree_;
|
D | perf_regs.cpp | 57 static std::unordered_map<size_t, std::string> x86_reg_map = { 66 static std::unordered_map<size_t, std::string> arm_reg_map = { 71 static std::unordered_map<size_t, std::string> arm64_reg_map = {
|
D | dso.h | 88 static std::unordered_map<std::string, BuildId> build_id_map_;
|
D | dso.cpp | 57 std::unordered_map<std::string, BuildId> Dso::build_id_map_; 114 std::unordered_map<std::string, BuildId> map; in SetBuildIds()
|
D | environment.cpp | 185 std::unordered_map<std::string, std::string>* module_file_map) { in GetAllModuleFiles() 206 std::unordered_map<std::string, std::string> module_file_map; in GetModulesInUse()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.h | 106 std::unordered_map<std::string, bool> pending_notification_map_; 124 std::unordered_map<std::string, uint8_t> device_ccc_map_;
|
/system/core/logd/ |
D | LogBuffer.h | 89 typedef std::unordered_map<uid_t, 94 typedef std::unordered_map<pid_t,
|
D | LogStatistics.h | 43 std::unordered_map<TKey, TEntry> map; 47 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; 48 typedef typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator;
|
/system/core/debuggerd/test/ |
D | property_fake.cpp | 24 std::unordered_map<std::string, std::string> g_properties;
|
/system/core/gatekeeperd/ |
D | SoftGateKeeper.h | 173 typedef std::unordered_map<uint32_t, failure_record_t> FailureRecordMap; 174 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;
|
/system/bt/service/ipc/binder/ |
D | interface_with_instances_base.h | 101 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>>
|
D | remote_callback_list.h | 87 using CallbackMap = std::unordered_map<android::IBinder*,
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | dual_mode_controller.h | 345 std::unordered_map<uint16_t, std::function<void(const std::vector<uint8_t>&)>> 348 std::unordered_map<std::string,
|
/system/extras/iotop/ |
D | iotop.cpp | 167 std::unordered_map<pid_t, TaskStatistics> pid_stats; in main() 168 std::unordered_map<pid_t, TaskStatistics> tgid_stats; in main()
|
/system/bt/service/ipc/ |
D | linux_ipc_host.h | 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
/system/core/libmemunreachable/ |
D | Allocator.h | 217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>… variable
|
/system/core/libbacktrace/ |
D | BacktraceOffline.h | 94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_;
|
/system/core/adb/ |
D | adb_trace.cpp | 119 std::unordered_map<std::string, int> trace_flags = { in setup_trace_mask()
|
/system/netd/tests/ |
D | dns_responder.h | 117 std::unordered_map<QueryKey, std::string, QueryKeyHash> mappings_
|
/system/connectivity/shill/ |
D | routing_table.h | 47 typedef std::unordered_map<int, TableEntryVector> Tables;
|
/system/vold/ |
D | VolumeManager.h | 211 std::unordered_map<userid_t, int> mAddedUsers;
|
/system/connectivity/shill/net/ |
D | rtnl_message.h | 251 std::unordered_map<uint16_t, ByteString> attributes_;
|
12