Home
last modified time | relevance | path

Searched refs:Image (Results 1 – 6 of 6) sorted by relevance

/system/gsid/
Dgsi_service.h88 struct Image { struct
108 android::fs_mgr::Partition* partition, const Image& image, argument
120 int GetExistingImage(const LpMetadata& metadata, const std::string& name, Image* image);
162 std::map<std::string, Image> partitions_;
Dgsi_service.cpp667 Image image = { in PreallocateUserdata()
686 Image image = { in PreallocateSystem()
931 Image userdata_image; in ReenableGsi()
937 Image system_image; in ReenableGsi()
969 Image userdata_image; in WipeUserdata()
1023 Image* image) { in GetExistingImage()
1159 const Image& image, const std::string& block_device) { in AddPartitionFiemap()
/system/core/fastboot/
Dfastboot.cpp128 struct Image { struct
138 static Image images[] = { argument
1202 void FlashImages(const std::vector<std::pair<const Image*, std::string>>& images);
1203 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
1211 std::vector<std::pair<const Image*, std::string>> boot_images_;
1212 std::vector<std::pair<const Image*, std::string>> os_images_;
1302 void FlashAllTool::FlashImages(const std::vector<std::pair<const Image*, std::string>>& images) { in FlashImages() argument
1316 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java44 import android.media.Image;
932 private final Image mImage;
938 public ImageSaver(Image image, File file) { in ImageSaver()
/system/libufdt/utils/
DREADME.md13 ### Image Format
/system/core/fastboot/fuzzy_fastboot/
DREADME.md387 - *Sparse Image Tests*: Currently there are no tests that tests sparse images. Both well-formed and…