Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/storage_monitor/
Dstorage_info.cc55 case MTP_OR_PTP: in MakeDeviceId()
86 found_type = MTP_OR_PTP; in CrackDeviceId()
111 (type == REMOVABLE_MASS_STORAGE_WITH_DCIM || type == MTP_OR_PTP || in IsMediaDevice()
121 type == MTP_OR_PTP || in IsRemovableDevice()
Dstorage_info_unittest.cc18 StorageInfo::MakeDeviceId(StorageInfo::MTP_OR_PTP, kUniqueId); in TEST()
29 EXPECT_EQ(StorageInfo::MTP_OR_PTP, type); in TEST()
Dstorage_monitor_win.cc104 if (type == StorageInfo::MTP_OR_PTP) in EjectDevice()
118 return ((type == StorageInfo::MTP_OR_PTP) && in GetMTPStorageInfoFromDeviceId()
Dstorage_info.h21 MTP_OR_PTP, enumerator
Dmedia_transfer_protocol_device_observer_linux_unittest.cc34 return StorageInfo::MakeDeviceId(StorageInfo::MTP_OR_PTP, unique_id); in GetMtpDeviceId()
Dmedia_storage_util.cc207 DCHECK(type == StorageInfo::MTP_OR_PTP || in FindDevicePathById()
Dmedia_transfer_protocol_device_observer_linux.cc54 StorageInfo::MTP_OR_PTP, in GetDeviceIdFromStorageInfo()
Dstorage_monitor_chromeos.cc252 if (type == StorageInfo::MTP_OR_PTP) { in EjectDevice()
Dstorage_monitor_linux.cc324 if (type == StorageInfo::MTP_OR_PTP) { in EjectDevice()
Dportable_device_watcher_win.cc252 StorageInfo::MTP_OR_PTP, in ConstructDeviceStorageUniqueId()
/external/chromium_org/chrome/browser/media_galleries/win/
Dmtp_device_delegate_impl_win_unittest.cc153 AttachDevice(StorageInfo::MTP_OR_PTP, "mtp_fake_id", location); in TEST_F()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_file_system_registry_unittest.cc915 AttachDevice(StorageInfo::MTP_OR_PTP, "mtp_fake_id", location); in TEST_F()