Searched refs:mountVolume (Results 1 – 7 of 7) sorted by relevance
41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
64 int mountVolume(in String mountPoint) = 5;
133 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume() method in MockStorageManager
523 int ret = getSm().mountVolume(mPath); in mountMedia()
143 int32_t mountVolume(const String16& mountPoint) in mountVolume() function in android::BpMountService
1188 int ret = getSm().mountVolume(path); in mountMedia()
1745 public int mountVolume(String path) { in mountVolume() method in StorageManagerService