Lines Matching refs:vold
82 std::shared_ptr<android::vold::Disk> findDisk(const std::string& id);
83 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
85 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list) const;
96 int setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol);
140 void handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk);
150 std::list<std::shared_ptr<android::vold::Disk>> mDisks;
151 std::list<std::shared_ptr<android::vold::Disk>> mPendingDisks;
152 std::list<std::shared_ptr<android::vold::VolumeBase>> mObbVolumes;
153 std::list<std::shared_ptr<android::vold::VolumeBase>> mStubVolumes;
159 std::shared_ptr<android::vold::Disk> mVirtualDisk;
160 std::shared_ptr<android::vold::VolumeBase> mInternalEmulated;
161 std::shared_ptr<android::vold::VolumeBase> mPrimary;