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

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

Completed in 122 milliseconds