Searched defs:findVolume (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DVolumeBase.cpp154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { function in class:android::vold::VolumeBase
H A DDisk.cpp95 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { function in class:android::vold::Disk
100 auto stackedVol = vol->findVolume(id);
H A DVolumeManager.cpp359 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { function in class:VolumeManager
364 auto vol = disk->findVolume(id);
385 auto vol = findVolume(id);

Completed in 95 milliseconds