Home
last modified time | relevance | path

Searched refs:getVolumes (Results 1 – 6 of 6) sorted by relevance

/system/vold/model/
DDisk.h77 std::vector<std::shared_ptr<VolumeBase>> getVolumes() const;
DVolumeBase.h91 const std::list<std::shared_ptr<VolumeBase>>& getVolumes() const { return mVolumes; } in getVolumes() function
DDisk.cpp135 std::vector<std::shared_ptr<VolumeBase>> Disk::getVolumes() const { in getVolumes() function in android::vold::Disk
139 auto stackedVolumes = vol->getVolumes(); in getVolumes()
/system/vold/
DVolumeManager.h93 for (const auto& vol : disk->getVolumes()) { in findVolumeWithFilter()
DVolumeManager.cpp392 for (const auto& vol : pvol->getVolumes()) { in destroyEmulatedVolumesForUser()
/system/tools/xsdc/tests/resources/enum_type/api/
Dcurrent.txt234 method public java.util.List<attr.enumtype.Volumes> getVolumes();