Searched refs:getVolumes (Results 1 – 6 of 6) sorted by relevance
77 std::vector<std::shared_ptr<VolumeBase>> getVolumes() const;
91 const std::list<std::shared_ptr<VolumeBase>>& getVolumes() const { return mVolumes; } in getVolumes() function
135 std::vector<std::shared_ptr<VolumeBase>> Disk::getVolumes() const { in getVolumes() function in android::vold::Disk139 auto stackedVolumes = vol->getVolumes(); in getVolumes()
93 for (const auto& vol : disk->getVolumes()) { in findVolumeWithFilter()
392 for (const auto& vol : pvol->getVolumes()) { in destroyEmulatedVolumesForUser()
234 method public java.util.List<attr.enumtype.Volumes> getVolumes();