Lines Matching full:vold
85 std::shared_ptr<android::vold::Disk> findDisk(const std::string& id);
86 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
88 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list);
99 int setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol);
120 * ensures that path belongs to a volume managed by vold.
137 void handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk);
147 std::list<std::shared_ptr<android::vold::Disk>> mDisks;
148 std::list<std::shared_ptr<android::vold::Disk>> mPendingDisks;
149 std::list<std::shared_ptr<android::vold::VolumeBase>> mObbVolumes;
155 std::shared_ptr<android::vold::Disk> mVirtualDisk;
156 std::shared_ptr<android::vold::VolumeBase> mInternalEmulated;
157 std::shared_ptr<android::vold::VolumeBase> mPrimary;