Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_device_chromeos.cc64 int vendor_value, product_value, device_value; in ParseModalias() local
67 &vendor_value, &product_value, &device_value) == 3) { in ParseModalias()
70 &vendor_value, &product_value, &device_value) == 3) { in ParseModalias()
79 *vendor_id = vendor_value; in ParseModalias()
/external/chromium_org/gpu/config/
Dgpu_control_list.h347 bool SetDriverVendorInfo(const std::string& vendor_value);
362 bool SetGLVendorInfo(const std::string& vendor_value);
Dgpu_control_list.cc850 const std::string& vendor_value) { in SetDriverVendorInfo() argument
851 driver_vendor_info_ = vendor_value; in SetDriverVendorInfo()
884 const std::string& vendor_value) { in SetGLVendorInfo() argument
885 gl_vendor_info_ = vendor_value; in SetGLVendorInfo()