Searched refs:findVolume (Results 1 - 8 of 8) sorted by relevance

/system/vold/model/
H A DDisk.h66 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
H A DVolumeBase.h97 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
H A DDisk.cpp133 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { function in class:android::vold::Disk
138 auto stackedVol = vol->findVolume(id);
H A DVolumeBase.cpp155 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { function in class:android::vold::VolumeBase
/system/vold/
H A DVolumeManager.h86 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
H A DVoldNativeService.cpp319 auto vol = VolumeManager::Instance()->findVolume(volId);
339 auto vol = VolumeManager::Instance()->findVolume(volId);
351 auto vol = VolumeManager::Instance()->findVolume(volId);
362 auto vol = VolumeManager::Instance()->findVolume(volId);
414 auto fromVol = VolumeManager::Instance()->findVolume(fromVolId);
415 auto toVol = VolumeManager::Instance()->findVolume(toVolId);
H A DIdleMaint.cpp81 PrivateVolume* vol = static_cast<PrivateVolume*>(vm->findVolume(id).get());
H A DVolumeManager.cpp294 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { function in class:VolumeManager
302 auto vol = disk->findVolume(id);

Completed in 1803 milliseconds