Home
last modified time | relevance | path

Searched refs:device_info_allow_list_sig (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_allowlist.cc27 static constexpr int device_info_allow_list_sig[][2] = { variable
299 …for (int i = 0; i < sizeof(device_info_allow_list_sig) / sizeof(device_info_allow_list_sig[0]); i+… in IsDeviceInfoInAllowlist()
300 …if (vendor_id == device_info_allow_list_sig[i][0] && product_id == device_info_allow_list_sig[i][1… in IsDeviceInfoInAllowlist()