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.cpp124 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { function in class:android::vold::Disk
129 auto stackedVol = vol->findVolume(id);
H A DVolumeManager.cpp365 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { function in class:VolumeManager
370 auto vol = disk->findVolume(id);
391 auto vol = findVolume(id);

Completed in 89 milliseconds