Searched defs:device_entry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/apps/
H A Dsaved_devices_service.cc70 base::Value* device_entry = device.ToValue(); local
71 DCHECK(devices->Find(*device_entry) == devices->end());
72 devices->Append(device_entry);
94 const base::DictionaryValue* device_entry = NULL; local
95 if (!(*it)->GetAsDictionary(&device_entry)) {
99 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceVendorId,
105 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceProductId,
111 if (!device_entry->GetStringWithoutPathExpansion(kDeviceSerialNumber,
192 SavedDeviceEntry device_entry = SavedDeviceEntry( local
194 persistent_devices_.push_back(device_entry);
[all...]
/external/libmtp/src/
H A Dlibmtp.h489 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */ member in struct:LIBMTP_raw_device_struct

Completed in 545 milliseconds