Searched refs:findVolume (Results 1 – 8 of 8) sorted by relevance
75 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
109 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
113 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume() function in android::vold::Disk118 auto stackedVol = vol->findVolume(id); in findVolume()
173 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume() function in android::vold::VolumeBase
281 auto vol = VolumeManager::Instance()->findVolume(volId); in mount()305 auto vol = VolumeManager::Instance()->findVolume(volId); in unmount()317 auto vol = VolumeManager::Instance()->findVolume(volId); in format()328 auto vol = VolumeManager::Instance()->findVolume(volId); in pathForVolId()368 auto fromVol = VolumeManager::Instance()->findVolume(fromVolId); in moveStorage()369 auto toVol = VolumeManager::Instance()->findVolume(toVolId); in moveStorage()
324 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() function in VolumeManager331 auto vol = disk->findVolume(id); in findVolume()384 PrivateVolume* pvol = static_cast<PrivateVolume*>(findVolume(id).get()); in destroyEmulatedVolumesForUser()412 PrivateVolume* pvol = static_cast<PrivateVolume*>(findVolume(id).get()); in createEmulatedVolumesForUser()460 PublicVolume* pvol = static_cast<PublicVolume*>(findVolume(id).get()); in onUserStarted()
83 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
104 PrivateVolume* vol = static_cast<PrivateVolume*>(vm->findVolume(id).get()); in addFromVolumeManager()