Searched defs:findVolume (Results 1 – 3 of 3) sorted by relevance
/system/vold/model/ | ||
D | VolumeBase.cpp | 162 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume() function in android::vold::VolumeBase |
D | Disk.cpp | 113 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume() function in android::vold::Disk |
/system/vold/ | ||
D | VolumeManager.cpp | 308 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() function in VolumeManager |