Searched refs:AutoUnmapImage (Results 1 – 3 of 3) sorted by relevance
71 struct AutoUnmapImage : AutoDevice { struct73 AutoUnmapImage(android::fiemap::IImageManager* images, const std::string& name) in AutoUnmapImage() argument75 AutoUnmapImage(AutoUnmapImage&& other) = default;76 ~AutoUnmapImage();79 DISALLOW_COPY_AND_ASSIGN(AutoUnmapImage);
68 AutoUnmapImage::~AutoUnmapImage() { in ~AutoUnmapImage()
2203 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices()