Searched refs:device_info_allow_list_sig (Results 1 – 1 of 1) sorted by relevance
27 static constexpr int device_info_allow_list_sig[][2] = { variable299 …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()