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

/system/vold/
H A DVolumeBase.cpp152 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { function in class:android::vold::VolumeBase
H A DDisk.cpp127 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { function in class:android::vold::Disk
132 auto stackedVol = vol->findVolume(id);
H A DVolumeManager.cpp424 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { function in class:VolumeManager
429 auto vol = disk->findVolume(id);
450 auto vol = findVolume(id);

Completed in 58 milliseconds