summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-15 10:03:24 -0800
committerSan Mehat <san@google.com>2010-01-15 10:04:04 -0800
commitac41dfc975a55e41d521eb841078357f8ff1ac16 (patch)
tree492cb971ec393b630a7571b4d8d637f447907a7d /include
parentb811469fcd2d12a2d51356a808d4930a8ee5b792 (diff)
downloadhardware_libhardware_legacy-ac41dfc975a55e41d521eb841078357f8ff1ac16.tar.gz
hardware_libhardware_legacy-ac41dfc975a55e41d521eb841078357f8ff1ac16.tar.bz2
hardware_libhardware_legacy-ac41dfc975a55e41d521eb841078357f8ff1ac16.zip
libhardware_legacy: Rename MountService method names
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/IMountService.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hardware_legacy/IMountService.h b/include/hardware_legacy/IMountService.h
index 666a549..d248a97 100644
--- a/include/hardware_legacy/IMountService.h
+++ b/include/hardware_legacy/IMountService.h
@@ -48,17 +48,17 @@ public:
/**
* Mount external storage at given mount point.
*/
- virtual void mountMedia(String16 mountPoint) = 0;
+ virtual void mountVolume(String16 mountPoint) = 0;
/**
* Safely unmount external storage at given mount point.
*/
- virtual void unmountMedia(String16 mountPoint) = 0;
+ virtual void unmountVolume(String16 mountPoint) = 0;
/**
* Format external storage at given mount point.
*/
- virtual void formatMedia(String16 mountPoint) = 0;
+ virtual void formatVolume(String16 mountPoint) = 0;
/**
* Returns true if we're playing media notification sounds.