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);
86 std::shared_ptr<android::vold::VolumeBase> findVolumeWithFilter(Fn fn) { in findVolumeWithFilter()
211 void handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk);
222 std::list<std::shared_ptr<DiskSource>> mDiskSources;
223 std::list<std::shared_ptr<android::vold::Disk>> mDisks;
224 std::list<std::shared_ptr<android::vold::Disk>> mPendingDisks;
225 std::list<std::shared_ptr<android::vold::VolumeBase>> mObbVolumes;
226 std::list<std::shared_ptr<android::vold::VolumeBase>> mInternalEmulatedVolumes;
234 std::shared_ptr<android::vold::Disk> mVirtualDisk;
235 std::shared_ptr<android::vold::VolumeBase> mPrimary;