HomeSort by relevance Sort by last modified time
    Searched refs:driver_info (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 56 kernel_ulong_t driver_info; member in struct:usb_device_id
78 kernel_ulong_t driver_info; member in struct:ccw_device_id
142 kernel_ulong_t driver_info; member in struct:pcmcia_device_id
206 kernel_ulong_t driver_info; member in struct:input_device_id
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 276 DRIVER_INFO_6 driver_info = {0}; local
278 driver_info.cVersion = 3;
282 driver_info.pDataFile = const_cast<LPWSTR>(data_file.value().c_str());
283 driver_info.pHelpFile = const_cast<LPWSTR>(ui_help_path.value().c_str());
284 driver_info.pDriverPath = const_cast<LPWSTR>(xps_path.value().c_str());
285 driver_info.pConfigFile = const_cast<LPWSTR>(ui_path.value().c_str());
290 driver_info.pDependentFiles = &dependent_files[0];
294 driver_info.pszMfgName = const_cast<LPWSTR>(manufacturer.c_str());
295 driver_info.pszProvider = const_cast<LPWSTR>(manufacturer.c_str());
296 driver_info.pszOEMUrl = const_cast<LPWSTR>(kGcpUrl)
    [all...]
  /external/chromium_org/printing/backend/
win_helper.cc 347 std::string driver_info = GetDriverInfo(printer); local
348 if (!driver_info.empty())
349 printer_info->options[kDriverInfoTagName] = driver_info;
355 std::string driver_info; local
358 return driver_info;
362 return driver_info;
381 driver_info.append(info[i]);
383 driver_info.append(";");
385 return driver_info;

Completed in 1153 milliseconds