Home
last modified time | relevance | path

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

/external/libcups/backend/
Dusb-darwin.c1199 CFStringRef deviceIDString = NULL; in list_device_cb() local
1205 deviceIDString = copy_printer_interface_deviceid(printerIntf, 0); in list_device_cb()
1206 if (deviceIDString == NULL) in list_device_cb()
1209 make = deviceIDCopyManufacturer(deviceIDString); in list_device_cb()
1210 model = deviceIDCopyModel(deviceIDString); in list_device_cb()
1211 serial = deviceIDCopySerialNumber(deviceIDString); in list_device_cb()
1216 CFStringGetCString(deviceIDString, idstr, sizeof(idstr), kCFStringEncodingUTF8); in list_device_cb()
1258 CFStringRef deviceIDString = NULL; in find_device_cb() local
1263 deviceIDString = copy_printer_interface_deviceid(printerIntf, 0); in find_device_cb()
1264 if (deviceIDString == NULL) in find_device_cb()
[all …]