/system/logging/logd/ |
D | LogTags.h | 37 std::unordered_map<std::string, uint32_t> key2tag; 38 typedef std::unordered_map<std::string, uint32_t>::const_iterator 44 std::unordered_map<uint32_t, uid_list> tag2uid; 45 typedef std::unordered_map<uint32_t, uid_list>::const_iterator 48 std::unordered_map<uint32_t, std::string> tag2name; 49 typedef std::unordered_map<uint32_t, std::string>::const_iterator 52 std::unordered_map<uint32_t, std::string> tag2format; 53 typedef std::unordered_map<uint32_t, std::string>::const_iterator 57 std::unordered_map<uid_t, size_t> uid2count; 58 typedef std::unordered_map<uid_t, size_t>::const_iterator [all …]
|
D | ChattyLogBuffer.h | 44 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap; 47 typedef std::unordered_map<pid_t, LogBufferElementCollection::iterator> LogBufferPidIteratorMap;
|
/system/core/storaged/include/ |
D | storaged_uid_monitor.h | 85 unordered_map<uint32_t, uid_info> last_uid_io_stats_; 87 unordered_map<string, uid_io_usage> curr_io_stats_; 100 unordered_map<uint32_t, uid_info> get_uid_io_stats_locked(); 106 void update_uid_io_proto(unordered_map<int, StoragedProto>* protos); 117 unordered_map<uint32_t, uid_info> get_uid_io_stats(); 125 void report(unordered_map<int, StoragedProto>* protos);
|
D | storaged.h | 90 unordered_map<userid_t, bool> proto_loaded; 114 unordered_map<uint32_t, uid_info> get_uids(void) { in get_uids() 144 void flush_protos(unordered_map<int, StoragedProto>* protos);
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 41 static const std::unordered_map<std::string, Expect> CMD_EXPECTS = { 47 static const std::unordered_map<Expect, std::string> EXPECTS_STR = { 120 std::unordered_map<std::string, GetVar> getvars; 121 std::unordered_map<std::string, PartitionInfo> partitions; 122 std::unordered_map<std::string, PackedInfo> packed; 123 std::unordered_map<std::string, OemCommand> oem;
|
/system/bt/audio_bluetooth_hw/ |
D | utils.cc | 33 std::unordered_map<std::string, std::string> ParseAudioParams( in ParseAudioParams() 36 std::unordered_map<std::string, std::string> params_map; in ParseAudioParams() 52 std::unordered_map<std::string, std::string>& params_map) { in GetAudioParamString()
|
D | utils.h | 35 std::unordered_map<std::string, std::string> ParseAudioParams( 43 std::unordered_map<std::string, std::string>& params_map);
|
/system/bt/osi/include/ |
D | hash_map_utils.h | 33 std::unordered_map<std::string, std::string> 40 std::unordered_map<std::string, std::string>& map);
|
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/ |
D | dmabufinfo.h | 54 const std::unordered_map<pid_t, int>& fdrefs() const { return fdrefs_; } in fdrefs() 55 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs() 80 std::unordered_map<pid_t, int> fdrefs_; 81 std::unordered_map<pid_t, int> maprefs_; 82 void AddRefToPidMap(pid_t pid, std::unordered_map<pid_t, int>* map) { in AddRefToPidMap()
|
D | dmabuf_sysfs_stats.h | 46 inline const std::unordered_map<std::string, struct DmabufTotal>& exporter_info() const { in exporter_info() 56 std::unordered_map<std::string, struct DmabufTotal> exporter_info_;
|
/system/bt/osi/src/ |
D | hash_map_utils.cc | 29 std::unordered_map<std::string, std::string> 33 std::unordered_map<std::string, std::string> map; in hash_map_utils_new_from_string_params() 79 std::unordered_map<std::string, std::string>& map) { in hash_map_utils_dump_string_keys_string_values()
|
/system/testing/gtest_extras/ |
D | Options.h | 58 std::unordered_map<std::string, bool> bools_; 59 std::unordered_map<std::string, std::string> strings_; 60 std::unordered_map<std::string, uint64_t> numerics_; 91 const static std::unordered_map<std::string, ArgInfo> kArgs;
|
/system/bt/common/ |
D | metric_id_allocator_unittest.cc | 40 std::unordered_map<RawAddress, int> generateAddresses(const uint32_t num) { in generateAddresses() 43 std::unordered_map<RawAddress, int> device_map; in generateAddresses() 52 std::unordered_map<RawAddress, int> paired_device_map; in TEST() 63 std::unordered_map<RawAddress, int> paired_device_map; in TEST() 76 std::unordered_map<RawAddress, int> paired_device_map; in TEST() 92 std::unordered_map<RawAddress, int> paired_device_map; in TEST() 112 std::unordered_map<RawAddress, int> paired_device_map = in TEST() 132 std::unordered_map<RawAddress, int> paired_device_map; in TEST() 184 std::unordered_map<RawAddress, int> paired_device_map = in TEST() 322 std::unordered_map<RawAddress, int> paired_device_map; in TEST() [all …]
|
/system/bt/gd/os/linux_generic/ |
D | queue_unittest.cc | 72 void RegisterEnqueue(std::unordered_map<int, std::promise<int>>* promise_map) { in RegisterEnqueue() 117 std::unordered_map<int, std::promise<int>>* promise_map_; 137 void RegisterDequeue(std::unordered_map<int, std::promise<int>>* promise_map) { in RegisterDequeue() 181 std::unordered_map<int, std::promise<int>>* promise_map_; 215 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() 232 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() 254 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() 289 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() 297 std::unordered_map<int, std::promise<int>> dequeue_promise_map; in TEST_F() 321 std::unordered_map<int, std::promise<int>> enqueue_promise_map; in TEST_F() [all …]
|
/system/extras/simpleperf/ |
D | report_utils.h | 73 std::unordered_map<std::string, std::string> method_map; 85 std::unordered_map<std::string, JavaMethod> java_method_map_; 87 std::unordered_map<std::string, ProguardMappingClass> proguard_class_map_;
|
D | read_apk.h | 77 std::unordered_map<uint64_t, std::unique_ptr<EmbeddedElf>> offset_map; 79 std::unordered_map<std::string, EmbeddedElf*> name_map; 81 static std::unordered_map<std::string, ApkNode> embedded_elf_cache_;
|
D | OfflineUnwinder_impl.h | 45 void LoadMetaInfo(const std::unordered_map<std::string, std::string>& info_map) override; 50 std::unordered_map<pid_t, UnwindMaps> cached_maps_;
|
D | record_file.h | 89 bool WriteMetaInfoFeature(const std::unordered_map<std::string, std::string>& info_map); 143 const std::unordered_map<uint64_t, size_t>& EventIdMap() const { return event_id_to_attr_map_; } in EventIdMap() 181 const std::unordered_map<std::string, std::string>& GetMetaInfoFeature() { return meta_info_; } in GetMetaInfoFeature() 212 std::unordered_map<uint64_t, size_t> event_id_to_attr_map_; 220 std::unordered_map<std::string, std::string> meta_info_; 234 std::unordered_map<uint32_t, std::vector<AuxDataLocation>> aux_data_location_;
|
D | OfflineUnwinder.h | 73 static void CollectMetaInfo(std::unordered_map<std::string, std::string>* info_map); 74 virtual void LoadMetaInfo(const std::unordered_map<std::string, std::string>&) {} in LoadMetaInfo()
|
/system/bt/gd/common/ |
D | metric_id_manager_unittest.cc | 39 std::unordered_map<bluetooth::hci::Address, int> generateAddresses( in generateAddresses() 43 std::unordered_map<bluetooth::hci::Address, int> device_map; in generateAddresses() 52 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() 64 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() 78 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() 95 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() 116 std::unordered_map<bluetooth::hci::Address, int> paired_device_map = in TEST() 143 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() 202 std::unordered_map<bluetooth::hci::Address, int> paired_device_map = in TEST() 347 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() [all …]
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.h | 111 std::unordered_map<hci::AddressWithType, PendingLink> pending_links_; 112 std::unordered_map<hci::AddressWithType, Link> links_; 113 …std::unordered_map<hci::AddressWithType, std::list<std::pair<Psm, Link::PendingDynamicChannelConne…
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | device_boutique.cc | 25 std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& DeviceBoutique::GetMap()… in GetMap() 26 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>> impl; in GetMap()
|
/system/bt/service/ |
D | gatt_server.h | 177 std::unordered_map<int, int> request_id_to_handle; 251 std::unordered_map<int, std::shared_ptr<Connection>> conn_id_map_; 252 std::unordered_map<std::string, std::vector<std::shared_ptr<Connection>>> 259 std::unordered_map<int, std::shared_ptr<PendingIndication>> 291 std::unordered_map<Uuid, RegisterCallback> pending_calls_;
|
/system/tools/sysprop/ |
D | ApiChecker.cpp | 28 std::unordered_map<std::string, sysprop::Property> props; in CompareProps() 29 std::unordered_map<std::string, sysprop::Property> legacy_props; in CompareProps() 120 std::unordered_map<std::string, sysprop::Properties> propsMap; in CompareApis()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.h | 139 std::unordered_map<hci::Address, PendingLink> pending_links_; 140 std::unordered_map<hci::Address, Link> links_; 141 std::unordered_map<hci::Address, std::list<Psm>> pending_dynamic_channels_; 142 std::unordered_map<hci::Address, std::list<Link::PendingDynamicChannelConnection>>
|