Searched refs:chipset_string (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_allowlist.cc | 316 int vendor_id, int product_id, int transport, const char* chipset_string, uint64_t* hval) { in IsChipsetInfoInAllowList() argument 325 } else if (!!chipset_string && !!strlen(chipset_string)) { in IsChipsetInfoInAllowList() 329 if (strcmp(chipset_string, record->str) == 0 && transport == record->transport) { in IsChipsetInfoInAllowList()
|
D | metrics_allowlist.h | 24 …nAllowList(int vendor_id, int product_id, int transport, const char* chipset_string, uint64_t* hva…
|
D | metrics.cc | 314 info->chipset_string); in LogMetricsChipsetInfoReport() 317 … info->vid, info->pid, info->transport, info->chipset_string.c_str(), &chipset_string_hval)) { in LogMetricsChipsetInfoReport()
|
D | metrics_event.h | 246 std::string chipset_string; member
|
D | metrics_event.cc | 705 info.chipset_string = GetChipsetInfoModuleName(); in GetMetricsChipsetInfo()
|