HomeSort by relevance Sort by last modified time
    Searched refs:GetStorageInfo (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/storage_monitor/
test_media_transfer_protocol_manager_linux.h 24 virtual const MtpStorageInfo* GetStorageInfo(
test_media_transfer_protocol_manager_linux.cc 26 const MtpStorageInfo* TestMediaTransferProtocolManagerLinux::GetStorageInfo(
media_transfer_protocol_device_observer_linux_unittest.cc 43 void GetStorageInfo(const std::string& storage_name,
69 &GetStorageInfo) {
media_transfer_protocol_device_observer_linux.cc 99 void GetStorageInfo(const std::string& storage_name,
108 mtp_manager->GetStorageInfo(storage_name);
127 get_storage_info_func_(&GetStorageInfo),
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.h 86 virtual const MtpStorageInfo* GetStorageInfo(
media_transfer_protocol_daemon_client.h 45 // A callback to handle the result of GetStorageInfo.
86 // Calls GetStorageInfo method. |callback| is called after the method call
88 virtual void GetStorageInfo(const std::string& storage_name,
media_transfer_protocol_manager.cc 119 virtual const MtpStorageInfo* GetStorageInfo(
241 mtp_client_->GetStorageInfo(
252 // MediaTransferProtocolDaemonClient::GetStorageInfo() failed.
media_transfer_protocol_daemon_client.cc 52 virtual void GetStorageInfo(const std::string& storage_name,
227 // Handles the result of GetStorageInfo and calls |callback| or

Completed in 41 milliseconds