Searched refs:findDisk (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DVolumeManager.h85 std::shared_ptr<android::vold::Disk> findDisk(const std::string& id);
H A DVoldNativeService.cpp291 auto disk = VolumeManager::Instance()->findDisk(diskId);
H A DVolumeManager.cpp285 std::shared_ptr<android::vold::Disk> VolumeManager::findDisk(const std::string& id) { function in class:VolumeManager

Completed in 439 milliseconds