Lines Matching refs:shared_ptr
80 void addDiskSource(const std::shared_ptr<DiskSource>& diskSource);
82 std::shared_ptr<android::vold::Disk> findDisk(const std::string& id);
83 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
96 int setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol);
140 void handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk);
149 std::list<std::shared_ptr<DiskSource>> mDiskSources;
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;