Searched refs:CrackDeviceId (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/storage_monitor/ |
D | storage_info.cc | 71 bool StorageInfo::CrackDeviceId(const std::string& device_id, in CrackDeviceId() function in StorageInfo 110 return CrackDeviceId(device_id, &type, NULL) && in IsMediaDevice() 118 return CrackDeviceId(device_id, &type, NULL) && in IsRemovableDevice() 128 return CrackDeviceId(device_id, &type, NULL) && in IsMassStorageDevice() 140 return CrackDeviceId(device_id, &type, NULL) && type == ITUNES; in IsITunesDevice() 146 return CrackDeviceId(device_id, &type, NULL) && type == IPHOTO; in IsIPhotoDevice() 152 return CrackDeviceId(device_id, &type, NULL) && type == PICASA; in IsPicasaDevice()
|
D | storage_info_unittest.cc | 27 ASSERT_TRUE(StorageInfo::CrackDeviceId(kMtpDeviceId, &type, &id)); in TEST() 35 ASSERT_TRUE(StorageInfo::CrackDeviceId(kImageCaptureDeviceId, &type, &id)); in TEST()
|
D | media_storage_util.cc | 64 if (!StorageInfo::CrackDeviceId(*it, &type, &unique_id)) { in FilterAttachedDevicesOnFileThread() 111 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) in CanCreateFileSystem() 188 if (!StorageInfo::CrackDeviceId(device_id, &type, &unique_id)) in FindDevicePathById()
|
D | storage_monitor_win.cc | 99 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice() 117 StorageInfo::CrackDeviceId(storage_device_id, &type, NULL); in GetMTPStorageInfoFromDeviceId()
|
D | storage_info.h | 50 static bool CrackDeviceId(const std::string& device_id,
|
D | storage_monitor_chromeos.cc | 247 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice()
|
D | storage_monitor_linux.cc | 319 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice()
|
D | storage_monitor_mac.mm | 277 if (!StorageInfo::CrackDeviceId(device_id, &type, &uuid)) {
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_preferences.cc | 507 if (!StorageInfo::CrackDeviceId(device_id, &singleton_type, NULL)) in UpdateDeviceIDForSingletonType() 525 if (!StorageInfo::CrackDeviceId(this_device_id, &device_type, NULL)) in UpdateDeviceIDForSingletonType()
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
D | mtp_device_delegate_impl_mac.mm | 472 bool cracked = StorageInfo::CrackDeviceId(device_name, &type, &device_id);
|