Searched refs:AutoUnmapImage (Results 1 – 3 of 3) sorted by relevance
70 struct AutoUnmapImage : AutoDevice { struct72 AutoUnmapImage(android::fiemap::IImageManager* images, const std::string& name) in AutoUnmapImage() argument74 ~AutoUnmapImage();77 DISALLOW_COPY_AND_ASSIGN(AutoUnmapImage);
73 AutoUnmapImage::~AutoUnmapImage() { in ~AutoUnmapImage()
2583 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices()