HomeSort by relevance Sort by last modified time
    Searched defs:device_entry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/
saved_devices_service.cc 70 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/
libmtp.h 489 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */ member in struct:LIBMTP_raw_device_struct
    [all...]

Completed in 69 milliseconds