Home
last modified time | relevance | path

Searched refs:unordered_map (Results 1 – 25 of 40) sorted by relevance

12

/system/bt/service/
Dgatt_server.h232 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_;
Dgatt_client.h79 std::unordered_map<UUID, RegisterCallback> pending_calls_;
Dgatt_server_old.h51 typedef std::unordered_map<std::string, int> ScanResults;
/system/extras/simpleperf/
Dthread_tree.h88 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_;
Dperf_regs.cpp57 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 = {
Ddso.h88 static std::unordered_map<std::string, BuildId> build_id_map_;
Ddso.cpp57 std::unordered_map<std::string, BuildId> Dso::build_id_map_;
114 std::unordered_map<std::string, BuildId> map; in SetBuildIds()
Denvironment.cpp185 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/
Dheart_rate_server.h106 std::unordered_map<std::string, bool> pending_notification_map_;
124 std::unordered_map<std::string, uint8_t> device_ccc_map_;
/system/core/logd/
DLogBuffer.h89 typedef std::unordered_map<uid_t,
94 typedef std::unordered_map<pid_t,
DLogStatistics.h43 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/
Dproperty_fake.cpp24 std::unordered_map<std::string, std::string> g_properties;
/system/core/gatekeeperd/
DSoftGateKeeper.h173 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/
Dinterface_with_instances_base.h101 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>>
Dremote_callback_list.h87 using CallbackMap = std::unordered_map<android::IBinder*,
/system/bt/vendor_libs/test_vendor_lib/include/
Ddual_mode_controller.h345 std::unordered_map<uint16_t, std::function<void(const std::vector<uint8_t>&)>>
348 std::unordered_map<std::string,
/system/extras/iotop/
Diotop.cpp167 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/
Dlinux_ipc_host.h103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
/system/core/libmemunreachable/
DAllocator.h217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>… variable
/system/core/libbacktrace/
DBacktraceOffline.h94 static std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> debug_frames_;
/system/core/adb/
Dadb_trace.cpp119 std::unordered_map<std::string, int> trace_flags = { in setup_trace_mask()
/system/netd/tests/
Ddns_responder.h117 std::unordered_map<QueryKey, std::string, QueryKeyHash> mappings_
/system/connectivity/shill/
Drouting_table.h47 typedef std::unordered_map<int, TableEntryVector> Tables;
/system/vold/
DVolumeManager.h211 std::unordered_map<userid_t, int> mAddedUsers;
/system/connectivity/shill/net/
Drtnl_message.h251 std::unordered_map<uint16_t, ByteString> attributes_;

12